Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    AnnotationOnSameLine
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • SuppressionSingleFilter checks
  • Checker

  • message
  • Exception occurred while parsing

  • checks
  • Checker

  • message
  • Exception occurred while parsing

  • Summary:

    Report id Files Violations Severity-warning
    base 2176 6386 6386
    patch 2176 6386 (6386 removed, 6386 added) 6386 (6386 removed, 6386 added)
    920 files with differences 12772 changes in violations 12772 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
    base 6386
    patch 6386 (6386 removed, 6386 added)
    changes in violations 12772

    Number of unique base messages reported below: 6386
    Number of unique patch messages reported below: 6386

    Violations:

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/base/AbstractGoogleModuleTestSupport.java

    Severity Rule Message Line Col
    #A1 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A2 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A3 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A4 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/base/AbstractIndentationTestSupport.java

    Severity Rule Message Line Col
    #A5 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A6 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule21filename/OuterTypeFilenameTest.java

    Severity Rule Message Line Col
    #A7 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A8 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A9 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A10 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A11 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A12 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A13 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A14 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule231filetab/FileTabCharacterTest.java

    Severity Rule Message Line Col
    #A15 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A16 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A17 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A18 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule232specialescape/IllegalTokenTextTest.java

    Severity Rule Message Line Col
    #A19 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A20 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5
    #A21 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A22 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule233nonascii/AvoidEscapedUnicodeCharactersTest.java

    Severity Rule Message Line Col
    #A23 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A25 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A26 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule32packagestate/LineLengthTest.java

    Severity Rule Message Line Col
    #A27 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A28 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A29 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A30 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule331nowildcard/AvoidStarImportTest.java

    Severity Rule Message Line Col
    #A31 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A32 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5
    #A33 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A34 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule332nolinewrap/NoLineWrapTest.java

    Severity Rule Message Line Col
    #A35 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A36 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A37 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A38 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A39 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A40 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A41 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A42 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandspacing/CustomImportOrderTest.java

    Severity Rule Message Line Col
    #A43 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A44 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A45 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A46 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A47 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A48 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A49 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A50 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A51 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A52 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A53 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A54 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A55 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A56 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A57 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A58 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A59 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A60 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule341onetoplevel/OneTopLevelClassTest.java

    Severity Rule Message Line Col
    #A61 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A62 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A63 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A64 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A65 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A66 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A67 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A68 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A69 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A70 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule3421overloadsplit/OverloadMethodsDeclarationOrderTest.java

    Severity Rule Message Line Col
    #A71 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A72 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A73 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A74 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule3sourcefile/EmptyLineSeparatorTest.java

    Severity Rule Message Line Col
    #A75 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A76 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A77 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A78 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule411bracesareused/NeedBracesTest.java

    Severity Rule Message Line Col
    #A79 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A80 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A81 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A82 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/LeftCurlyTest.java

    Severity Rule Message Line Col
    #A83 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A84 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A85 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A86 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A87 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A88 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A89 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A90 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/RightCurlyTest.java

    Severity Rule Message Line Col
    #A91 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A92 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A93 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A94 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A95 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A96 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A97 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A98 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A99 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule413emptyblocks/EmptyBlockTest.java

    Severity Rule Message Line Col
    #A105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule413emptyblocks/EmptyCatchBlockTest.java

    Severity Rule Message Line Col
    #A111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule43onestatement/OneStatementPerLineTest.java

    Severity Rule Message Line Col
    #A121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule44columnlimit/LineLengthTest.java

    Severity Rule Message Line Col
    #A127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreak/MethodParamPadTest.java

    Severity Rule Message Line Col
    #A131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreak/OperatorWrapTest.java

    Severity Rule Message Line Col
    #A135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreak/SeparatorWrapTest.java

    Severity Rule Message Line Col
    #A139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule461verticalwhitespace/EmptyLineSeparatorTest.java

    Severity Rule Message Line Col
    #A151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/GenericWhitespaceTest.java

    Severity Rule Message Line Col
    #A155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/MethodParamPadTest.java

    Severity Rule Message Line Col
    #A163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/NoWhitespaceBeforeTest.java

    Severity Rule Message Line Col
    #A167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/ParenPadTest.java

    Severity Rule Message Line Col
    #A171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/WhitespaceAroundTest.java

    Severity Rule Message Line Col
    #A175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4821onevariableperline/MultipleVariableDeclarationsTest.java

    Severity Rule Message Line Col
    #A181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4822variabledistance/VariableDeclarationUsageDistanceTest.java

    Severity Rule Message Line Col
    #A185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4832nocstylearray/ArrayTypeStyleTest.java

    Severity Rule Message Line Col
    #A189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4841indentation/IndentationTest.java

    Severity Rule Message Line Col
    #A193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4842fallthrough/FallThroughTest.java

    Severity Rule Message Line Col
    #A213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4843defaultcasepresent/MissingSwitchDefaultTest.java

    Severity Rule Message Line Col
    #A217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule485annotations/AnnotationLocationTest.java

    Severity Rule Message Line Col
    #A221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4861blockcommentstyle/CommentsIndentationTest.java

    Severity Rule Message Line Col
    #A227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule487modifiers/ModifierOrderTest.java

    Severity Rule Message Line Col
    #A237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule488numericliterals/UpperEllTest.java

    Severity Rule Message Line Col
    #A241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5
    #A243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule51identifiernames/CatchParameterNameTest.java

    Severity Rule Message Line Col
    #A245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule521packagenames/PackageNameTest.java

    Severity Rule Message Line Col
    #A249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule522typenames/TypeNameTest.java

    Severity Rule Message Line Col
    #A259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule523methodnames/MethodNameTest.java

    Severity Rule Message Line Col
    #A263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule525nonconstantfieldnames/MemberNameTest.java

    Severity Rule Message Line Col
    #A267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule526parameternames/LambdaParameterNameTest.java

    Severity Rule Message Line Col
    #A273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule526parameternames/ParameterNameTest.java

    Severity Rule Message Line Col
    #A277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule527localvariablenames/LocalVariableNameTest.java

    Severity Rule Message Line Col
    #A281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/ClassTypeParameterNameTest.java

    Severity Rule Message Line Col
    #A287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/InterfaceTypeParameterNameTest.java

    Severity Rule Message Line Col
    #A291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/MethodTypeParameterNameTest.java

    Severity Rule Message Line Col
    #A295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A297 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 41
    #A298 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 41 5
    #A299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java

    Severity Rule Message Line Col
    #A301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter6programpractice/rule62donotignoreexceptions/EmptyBlockTest.java

    Severity Rule Message Line Col
    #A305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter6programpractice/rule64finalizers/NoFinalizerTest.java

    Severity Rule Message Line Col
    #A309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule711generalform/InvalidJavadocPositionTest.java

    Severity Rule Message Line Col
    #A315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule711generalform/SingleLineJavadocTest.java

    Severity Rule Message Line Col
    #A319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule712paragraphs/JavadocParagraphTest.java

    Severity Rule Message Line Col
    #A323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/AtclauseOrderTest.java

    Severity Rule Message Line Col
    #A329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/JavadocTagContinuationIndentationTest.java

    Severity Rule Message Line Col
    #A335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/NonEmptyAtclauseDescriptionTest.java

    Severity Rule Message Line Col
    #A339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule72thesummaryfragment/SummaryJavadocTest.java

    Severity Rule Message Line Col
    #A345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/JavadocMethodTest.java

    Severity Rule Message Line Col
    #A351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/MissingJavadocMethodTest.java

    Severity Rule Message Line Col
    #A355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule734nonrequiredjavadoc/InvalidJavadocPositionTest.java

    Severity Rule Message Line Col
    #A359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/sun/checkstyle/test/base/AbstractSunModuleTestSupport.java

    Severity Rule Message Line Col
    #A363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/sun/checkstyle/test/chapter5comments/rule52documentationcomments/InvalidJavadocPositionTest.java

    Severity Rule Message Line Col
    #A367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/sun/checkstyle/test/chapter6declarations/rule61numberperline/MultipleVariableDeclarationsTest.java

    Severity Rule Message Line Col
    #A371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/base/AbstractCheckstyleModuleTestSupport.java

    Severity Rule Message Line Col
    #A375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/base/AbstractItModuleTestSupport.java

    Severity Rule Message Line Col
    #A379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/checks/imports/ImportOrderTest.java

    Severity Rule Message Line Col
    #A381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/AbstractXpathTestSupport.java

    Severity Rule Message Line Col
    #A389 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 80
    #A390 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 80 5
    #A391 warning AnnotationOnSameLine Annotation 'AfterEach' should be on the same line with its target. 92
    #A392 warning AnnotationOnSameLine Annotation 'AfterEach' should be on the same line with its target. 92 5
    #A393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAbbreviationAsWordInNameTest.java

    Severity Rule Message Line Col
    #A395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAbstractClassNameTest.java

    Severity Rule Message Line Col
    #A415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAnonInnerLengthTest.java

    Severity Rule Message Line Col
    #A423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionArrayTypeStyleTest.java

    Severity Rule Message Line Col
    #A427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidDoubleBraceInitializationTest.java

    Severity Rule Message Line Col
    #A433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidInlineConditionalsTest.java

    Severity Rule Message Line Col
    #A437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidNestedBlocksTest.java

    Severity Rule Message Line Col
    #A445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidNoArgumentSuperConstructorCallTest.java

    Severity Rule Message Line Col
    #A455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionClassMemberImpliedModifierTest.java

    Severity Rule Message Line Col
    #A459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionCyclomaticComplexityTest.java

    Severity Rule Message Line Col
    #A465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionDeclarationOrderTest.java

    Severity Rule Message Line Col
    #A471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionDefaultComesLastTest.java

    Severity Rule Message Line Col
    #A477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionEmptyForInitializerPadTest.java

    Severity Rule Message Line Col
    #A483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionEmptyForIteratorPadTest.java

    Severity Rule Message Line Col
    #A489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionExplicitInitializationTest.java

    Severity Rule Message Line Col
    #A495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionFallThroughTest.java

    Severity Rule Message Line Col
    #A501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionGenericWhitespaceTest.java

    Severity Rule Message Line Col
    #A507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionHiddenFieldTest.java

    Severity Rule Message Line Col
    #A527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionIllegalThrowsTest.java

    Severity Rule Message Line Col
    #A533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionImportControlTest.java

    Severity Rule Message Line Col
    #A539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionJavadocVariableTest.java

    Severity Rule Message Line Col
    #A549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionLeftCurlyTest.java

    Severity Rule Message Line Col
    #A555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionMethodParamPadTest.java

    Severity Rule Message Line Col
    #A563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionMultipleVariableDeclarationsTest.java

    Severity Rule Message Line Col
    #A571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNPathComplexityTest.java

    Severity Rule Message Line Col
    #A577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNestedForDepthTest.java

    Severity Rule Message Line Col
    #A583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNestedIfDepthTest.java

    Severity Rule Message Line Col
    #A587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNestedTryDepthTest.java

    Severity Rule Message Line Col
    #A591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoArrayTrailingCommaTest.java

    Severity Rule Message Line Col
    #A595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoEnumTrailingCommaTest.java

    Severity Rule Message Line Col
    #A601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoWhitespaceAfterTest.java

    Severity Rule Message Line Col
    #A607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoWhitespaceBeforeTest.java

    Severity Rule Message Line Col
    #A611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionOneStatementPerLineTest.java

    Severity Rule Message Line Col
    #A615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionOuterTypeNumberTest.java

    Severity Rule Message Line Col
    #A621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionParenPadTest.java

    Severity Rule Message Line Col
    #A625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionRequireThisTest.java

    Severity Rule Message Line Col
    #A635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionRightCurlyTest.java

    Severity Rule Message Line Col
    #A641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionSingleSpaceSeparatorTest.java

    Severity Rule Message Line Col
    #A651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionTypecastParenPadTest.java

    Severity Rule Message Line Col
    #A655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessarySemicolonAfterTypeMemberDeclarationTest.java

    Severity Rule Message Line Col
    #A665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessarySemicolonInEnumerationTest.java

    Severity Rule Message Line Col
    #A669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessarySemicolonInTryWithResourcesTest.java

    Severity Rule Message Line Col
    #A673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnusedImportsTest.java

    Severity Rule Message Line Col
    #A677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUpperEllTest.java

    Severity Rule Message Line Col
    #A683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionWhitespaceAfterTest.java

    Severity Rule Message Line Col
    #A687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionWhitespaceAroundTest.java

    Severity Rule Message Line Col
    #A693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter2filebasic/rule21filename/InputOuterTypeFilename1.java

    Severity Rule Message Line Col
    #A699 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 8
    #A700 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 8 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter2filebasic/rule21filename/InputOuterTypeFilename3.java

    Severity Rule Message Line Col
    #A701 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 8
    #A702 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 8 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/InputLeftCurlyAnnotations.java

    Severity Rule Message Line Col
    #A703 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 8
    #A704 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 8 1
    #A705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 12
    #A706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 12 5
    #A707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18
    #A708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18 5
    #A709 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19
    #A710 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19 5
    #A711 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 34
    #A712 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 34 1
    #A713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A717 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43
    #A718 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule42blockindentation/InputIndentationCorrect.java

    Severity Rule Message Line Col
    #A719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule42blockindentation/InputIndentationCorrectClass.java

    Severity Rule Message Line Col
    #A721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5
    #A723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule452indentcontinuationlines/InputIndentationCorrect.java

    Severity Rule Message Line Col
    #A725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule452indentcontinuationlines/InputIndentationCorrectClass.java

    Severity Rule Message Line Col
    #A727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5
    #A729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputParenPad.java

    Severity Rule Message Line Col
    #A731 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18
    #A732 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18 9
    #A733 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52
    #A734 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52 9
    #A735 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86
    #A736 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86 9
    #A737 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 117
    #A738 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4821onevariableperline/InputMultipleVariableDeclarations.java

    Severity Rule Message Line Col
    #A739 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86
    #A740 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4822variabledistance/InputVariableDeclarationUsageDistanceCheck.java

    Severity Rule Message Line Col
    #A741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4841indentation/InputIndentationCorrect.java

    Severity Rule Message Line Col
    #A743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4841indentation/InputIndentationCorrectClass.java

    Severity Rule Message Line Col
    #A745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5
    #A747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule485annotations/InputAnnotationLocation.java

    Severity Rule Message Line Col
    #A749 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 3
    #A750 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 3 16
    #A751 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 7
    #A752 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 7 20
    #A753 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 12
    #A754 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 12 5
    #A755 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 13
    #A756 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 13 5
    #A757 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 16
    #A758 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 16 5
    #A759 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 19
    #A760 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 19 5
    #A761 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 20
    #A762 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 20 9
    #A763 warning AnnotationOnSameLine Annotation 'MyAnnotationWithParam' should be on the same line with its target. 23
    #A764 warning AnnotationOnSameLine Annotation 'MyAnnotationWithParam' should be on the same line with its target. 23 5
    #A765 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 26
    #A766 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 26 5
    #A767 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 27
    #A768 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 27 8
    #A769 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 30
    #A770 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 30 5
    #A771 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 31
    #A772 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 31 9
    #A773 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 32
    #A774 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 32 7
    #A775 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 33
    #A776 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 33 11
    #A777 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 36
    #A778 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 36 24
    #A779 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 41
    #A780 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 41 9
    #A781 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 42
    #A782 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 42 9
    #A783 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 45
    #A784 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 45 9
    #A785 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 48
    #A786 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 48 9
    #A787 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 53
    #A788 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 53 9
    #A789 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 54
    #A790 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 54 13
    #A791 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 57
    #A792 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 57 9
    #A793 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 58
    #A794 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 58 13
    #A795 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 62
    #A796 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 62 5
    #A797 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 63
    #A798 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 63 8
    #A799 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 70
    #A800 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 70 9
    #A801 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 71
    #A802 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 71 9
    #A803 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 74
    #A804 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 74 9
    #A805 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 77
    #A806 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 77 9
    #A807 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 80
    #A808 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 80 9
    #A809 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 81
    #A810 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 81 11
    #A811 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 89
    #A812 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 89 1
    #A813 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 90
    #A814 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 90 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule485annotations/InputAnnotationLocationVariables.java

    Severity Rule Message Line Col
    #A815 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 3
    #A816 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 3 16
    #A817 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 7
    #A818 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 7 20
    #A819 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 12
    #A820 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 12 5
    #A821 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 13
    #A822 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 13 5
    #A823 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 16
    #A824 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 16 5
    #A825 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 19
    #A826 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 19 5
    #A827 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 20
    #A828 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 20 9
    #A829 warning AnnotationOnSameLine Annotation 'MyAnnotationWithParam' should be on the same line with its target. 23
    #A830 warning AnnotationOnSameLine Annotation 'MyAnnotationWithParam' should be on the same line with its target. 23 5
    #A831 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 26
    #A832 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 26 5
    #A833 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 27
    #A834 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 27 8
    #A835 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 30
    #A836 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 30 5
    #A837 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 31
    #A838 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 31 9
    #A839 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 32
    #A840 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 32 7
    #A841 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 33
    #A842 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 33 11
    #A843 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 36
    #A844 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 36 24
    #A845 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 41
    #A846 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 41 9
    #A847 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 42
    #A848 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 42 9
    #A849 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 45
    #A850 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 45 9
    #A851 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 48
    #A852 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 48 9
    #A853 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 53
    #A854 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 53 9
    #A855 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 54
    #A856 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 54 13
    #A857 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 57
    #A858 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 57 9
    #A859 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 58
    #A860 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 58 13
    #A861 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 62
    #A862 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 62 5
    #A863 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 63
    #A864 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 63 8
    #A865 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 70
    #A866 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 70 9
    #A867 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 71
    #A868 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 71 9
    #A869 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 74
    #A870 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 74 9
    #A871 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 77
    #A872 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 77 9
    #A873 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 80
    #A874 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 80 9
    #A875 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 81
    #A876 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 81 11
    #A877 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 89
    #A878 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 89 1
    #A879 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 90
    #A880 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 90 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4861blockcommentstyle/InputCommentsIndentationCommentIsAtTheEndOfBlock.java

    Severity Rule Message Line Col
    #A881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 13
    #A883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4861blockcommentstyle/InputCommentsIndentationInEmptyBlock.java

    Severity Rule Message Line Col
    #A885 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38
    #A886 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38 5
    #A887 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A888 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule711generalform/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A889 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46
    #A890 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46 1
    #A891 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A892 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/InputJavadocMethodCheck.java

    Severity Rule Message Line Col
    #A893 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 77
    #A894 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 77 5
    #A895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/InputMissingJavadocMethodCheck.java

    Severity Rule Message Line Col
    #A897 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 77
    #A898 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 77 5
    #A899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule734nonrequiredjavadoc/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A901 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46
    #A902 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46 1
    #A903 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A904 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/sun/checkstyle/test/chapter5comments/rule52documentationcomments/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A905 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46
    #A906 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46 1
    #A907 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A908 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/sun/checkstyle/test/chapter6declarations/rule61numberperline/InputMultipleVariableDeclarations.java

    Severity Rule Message Line Col
    #A909 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86
    #A910 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/org/checkstyle/suppressionxpathfilter/anoninnerlength/SuppressionXpathRegressionAnonInnerLength.java

    Severity Rule Message Line Col
    #A911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 8
    #A912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 8 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/AuditEventDefaultFormatter.java

    Severity Rule Message Line Col
    #A913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/AuditEventFormatter.java

    Severity Rule Message Line Col
    #A915 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 27
    #A916 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 27 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/Checker.java

    Severity Rule Message Line Col
    #A917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 5
    #A923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 5
    #A925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416
    #A926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416 5
    #A927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425
    #A928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425 5
    #A929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 5
    #A931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524
    #A932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524 5
    #A933 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 598
    #A934 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 598 5
    #A935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603
    #A936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/ConfigurationLoader.java

    Severity Rule Message Line Col
    #A937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 9
    #A939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550
    #A940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DefaultConfiguration.java

    Severity Rule Message Line Col
    #A941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DefaultContext.java

    Severity Rule Message Line Col
    #A951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DefaultLogger.java

    Severity Rule Message Line Col
    #A955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DetailAstImpl.java

    Severity Rule Message Line Col
    #A969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5
    #A991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 5
    #A993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 5
    #A995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 5
    #A997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 5
    #A999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A1000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 5
    #A1001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A1002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 5
    #A1003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A1004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/JavaParser.java

    Severity Rule Message Line Col
    #A1005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/JavadocDetailNodeParser.java

    Severity Rule Message Line Col
    #A1007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A1008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 9
    #A1009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 776
    #A1010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 776 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/JavadocPropertiesGenerator.java

    Severity Rule Message Line Col
    #A1011 warning AnnotationOnSameLine Annotation 'Command' should be on the same line with its target. 306
    #A1012 warning AnnotationOnSameLine Annotation 'Command' should be on the same line with its target. 306 5
    #A1013 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 313
    #A1014 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 313 9
    #A1015 warning AnnotationOnSameLine Annotation 'Parameters' should be on the same line with its target. 319
    #A1016 warning AnnotationOnSameLine Annotation 'Parameters' should be on the same line with its target. 319 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/Main.java

    Severity Rule Message Line Col
    #A1017 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 493
    #A1018 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 493 5
    #A1019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 556
    #A1020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 556 9
    #A1021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572
    #A1022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572 9
    #A1023 warning AnnotationOnSameLine Annotation 'Command' should be on the same line with its target. 583
    #A1024 warning AnnotationOnSameLine Annotation 'Command' should be on the same line with its target. 583 5
    #A1025 warning AnnotationOnSameLine Annotation 'Parameters' should be on the same line with its target. 606
    #A1026 warning AnnotationOnSameLine Annotation 'Parameters' should be on the same line with its target. 606 9
    #A1027 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 610
    #A1028 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 610 9
    #A1029 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 614
    #A1030 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 614 9
    #A1031 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 618
    #A1032 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 618 9
    #A1033 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 622
    #A1034 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 622 9
    #A1035 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 634
    #A1036 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 634 9
    #A1037 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 639
    #A1038 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 639 9
    #A1039 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 650
    #A1040 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 650 9
    #A1041 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 655
    #A1042 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 655 9
    #A1043 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 660
    #A1044 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 660 9
    #A1045 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 665
    #A1046 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 665 9
    #A1047 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 670
    #A1048 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 670 9
    #A1049 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 675
    #A1050 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 675 9
    #A1051 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 685
    #A1052 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 685 9
    #A1053 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 695
    #A1054 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 695 9
    #A1055 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 700
    #A1056 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 700 9
    #A1057 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 710
    #A1058 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 710 9
    #A1059 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 720
    #A1060 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 720 9
    #A1061 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 725
    #A1062 warning AnnotationOnSameLine Annotation 'Option' should be on the same line with its target. 725 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/ModuleFactory.java

    Severity Rule Message Line Col
    #A1063 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 33
    #A1064 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 33 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PackageNamesLoader.java

    Severity Rule Message Line Col
    #A1065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A1066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A1067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A1068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PackageObjectFactory.java

    Severity Rule Message Line Col
    #A1069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A1070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java

    Severity Rule Message Line Col
    #A1071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PropertyResolver.java

    Severity Rule Message Line Col
    #A1073 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 31
    #A1074 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 31 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/TreeWalker.java

    Severity Rule Message Line Col
    #A1075 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 51
    #A1076 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 51 1
    #A1077 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 93
    #A1078 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 93 5
    #A1079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A1080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A1081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A1082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A1083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A1084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A1085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A1086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 5
    #A1087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A1088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/TreeWalkerFilter.java

    Severity Rule Message Line Col
    #A1089 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 26
    #A1090 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 26 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XMLLogger.java

    Severity Rule Message Line Col
    #A1091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A1096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A1097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A1098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A1099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A1100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A1101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A1102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A1103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A1104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XmlLoader.java

    Severity Rule Message Line Col
    #A1105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A1108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAstFilter.java

    Severity Rule Message Line Col
    #A1109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A1112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAuditListener.java

    Severity Rule Message Line Col
    #A1113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A1124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A1125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A1126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java

    Severity Rule Message Line Col
    #A1127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A1128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A1129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 595
    #A1130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 595 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractCheck.java

    Severity Rule Message Line Col
    #A1131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A1132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A1133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A1134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.java

    Severity Rule Message Line Col
    #A1135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A1140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A1141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A1145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A1147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A1148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A1149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A1150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractViolationReporter.java

    Severity Rule Message Line Col
    #A1151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A1152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AutomaticBean.java

    Severity Rule Message Line Col
    #A1153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A1154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A1155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A1156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5
    #A1157 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 294
    #A1158 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 294 9
    #A1159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A1160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 9
    #A1161 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 305
    #A1162 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 305 9
    #A1163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A1164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 9
    #A1165 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 316
    #A1166 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 316 9
    #A1167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A1168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 9
    #A1169 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 327
    #A1170 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 327 9
    #A1171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A1172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 9
    #A1173 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 354
    #A1174 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 354 9
    #A1175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A1176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 9
    #A1177 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 382
    #A1178 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 382 9
    #A1179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A1180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/BeforeExecutionFileFilter.java

    Severity Rule Message Line Col
    #A1181 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25
    #A1182 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/BeforeExecutionFileFilterSet.java

    Severity Rule Message Line Col
    #A1183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Comment.java

    Severity Rule Message Line Col
    #A1187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A1195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A1200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Configurable.java

    Severity Rule Message Line Col
    #A1201 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 31
    #A1202 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 31 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Contextualizable.java

    Severity Rule Message Line Col
    #A1203 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 32
    #A1204 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 32 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/DetailAST.java

    Severity Rule Message Line Col
    #A1205 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 121
    #A1206 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/ExternalResourceHolder.java

    Severity Rule Message Line Col
    #A1207 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 35
    #A1208 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 35 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/FileContents.java

    Severity Rule Message Line Col
    #A1209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A1210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A1211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Filter.java

    Severity Rule Message Line Col
    #A1213 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25
    #A1214 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/FilterSet.java

    Severity Rule Message Line Col
    #A1215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/FullIdent.java

    Severity Rule Message Line Col
    #A1219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A1220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/LineColumn.java

    Severity Rule Message Line Col
    #A1221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java

    Severity Rule Message Line Col
    #A1227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A1228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 5
    #A1229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A1230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 5
    #A1231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A1232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 5
    #A1233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 505
    #A1234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 505 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Scope.java

    Severity Rule Message Line Col
    #A1235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A1236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/SeverityLevel.java

    Severity Rule Message Line Col
    #A1237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A1238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/SeverityLevelCounter.java

    Severity Rule Message Line Col
    #A1239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A1240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A1241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A1242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A1243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A1248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A1249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A1250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/ArrayTypeStyleCheck.java

    Severity Rule Message Line Col
    #A1251 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 98
    #A1252 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 98 1
    #A1253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A1254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A1255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A1256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A1257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A1258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A1259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A1260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/AvoidEscapedUnicodeCharactersCheck.java

    Severity Rule Message Line Col
    #A1261 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 131
    #A1262 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 131 1
    #A1263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A1264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 5
    #A1265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A1266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 5
    #A1267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A1268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 5
    #A1269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A1270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 5
    #A1271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A1272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/DescendantTokenCheck.java

    Severity Rule Message Line Col
    #A1273 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 273
    #A1274 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 273 1
    #A1275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A1276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 5
    #A1277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A1278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A1279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A1280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A1281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A1282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheck.java

    Severity Rule Message Line Col
    #A1283 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 86
    #A1284 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 86 1
    #A1285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A1286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A1287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A1288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A1289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A1290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A1291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A1292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/NewlineAtEndOfFileCheck.java

    Severity Rule Message Line Col
    #A1293 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 110
    #A1294 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 110 1
    #A1295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A1296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/OrderedPropertiesCheck.java

    Severity Rule Message Line Col
    #A1297 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 81
    #A1298 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 81 1
    #A1299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A1300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A1301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A1302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 9
    #A1303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A1304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheck.java

    Severity Rule Message Line Col
    #A1305 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 44
    #A1306 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 44 1
    #A1307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A1310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A1311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A1312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A1313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A1314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A1315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A1318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/SuppressWarningsHolder.java

    Severity Rule Message Line Col
    #A1319 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 104
    #A1320 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 104 1
    #A1321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A1322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5
    #A1323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A1324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 5
    #A1325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A1326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5
    #A1327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A1328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A1329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A1330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A1331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 553
    #A1332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 553 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheck.java

    Severity Rule Message Line Col
    #A1333 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 79
    #A1334 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 79 1
    #A1335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A1336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A1337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A1338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A1339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A1340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A1341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A1342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A1343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A1344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/TrailingCommentCheck.java

    Severity Rule Message Line Col
    #A1345 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 117
    #A1346 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 117 1
    #A1347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A1348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A1349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A1350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A1351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A1352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A1353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A1354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A1355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A1356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/TranslationCheck.java

    Severity Rule Message Line Col
    #A1357 warning AnnotationOnSameLine Annotation 'GlobalStatefulCheck' should be on the same line with its target. 182
    #A1358 warning AnnotationOnSameLine Annotation 'GlobalStatefulCheck' should be on the same line with its target. 182 1
    #A1359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A1360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 5
    #A1361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A1362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 5
    #A1363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A1364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/UncommentedMainCheck.java

    Severity Rule Message Line Col
    #A1365 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 66
    #A1366 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 66 1
    #A1367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A1369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A1371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A1372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A1373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A1374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A1375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A1376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A1377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A1378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/UniquePropertiesCheck.java

    Severity Rule Message Line Col
    #A1379 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 64
    #A1380 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 64 1
    #A1381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A1382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A1383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A1384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/UpperEllCheck.java

    Severity Rule Message Line Col
    #A1385 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 47
    #A1386 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 47 1
    #A1387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A1388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A1389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationLocationCheck.java

    Severity Rule Message Line Col
    #A1395 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 153
    #A1396 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 153 1
    #A1397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A1398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A1399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A1400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 5
    #A1401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A1402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A1403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A1404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationOnSameLineCheck.java

    Severity Rule Message Line Col
    #A1405 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 76
    #A1406 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 76 1
    #A1407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A1410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A1411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A1412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A1413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A1414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.java

    Severity Rule Message Line Col
    #A1415 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 133
    #A1416 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 133 1
    #A1417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330
    #A1418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330 5
    #A1419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A1420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 5
    #A1421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A1422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A1423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A1424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheck.java

    Severity Rule Message Line Col
    #A1425 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 96
    #A1426 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 96 1
    #A1427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A1428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A1429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A1430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A1431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A1432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingOverrideCheck.java

    Severity Rule Message Line Col
    #A1433 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 87
    #A1434 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 87 1
    #A1435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A1437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A1438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A1439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A1440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A1441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A1442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/PackageAnnotationCheck.java

    Severity Rule Message Line Col
    #A1443 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 54
    #A1444 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 54 1
    #A1445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A1450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A1451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A1452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheck.java

    Severity Rule Message Line Col
    #A1453 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 125
    #A1454 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 125 1
    #A1455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A1456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A1457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A1458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A1459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A1460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A1461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A1462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/AvoidNestedBlocksCheck.java

    Severity Rule Message Line Col
    #A1463 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 105
    #A1464 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 105 1
    #A1465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A1466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A1467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A1468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A1469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A1470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A1471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A1472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyBlockCheck.java

    Severity Rule Message Line Col
    #A1473 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 117
    #A1474 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 117 1
    #A1475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A1476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A1477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A1478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A1479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A1480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A1481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A1482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyCatchBlockCheck.java

    Severity Rule Message Line Col
    #A1483 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 153
    #A1484 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 153 1
    #A1485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A1486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A1487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A1488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A1489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A1490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A1491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A1492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5
    #A1493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A1494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/LeftCurlyCheck.java

    Severity Rule Message Line Col
    #A1495 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 120
    #A1496 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 120 1
    #A1497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A1498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A1499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A1500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A1501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A1502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A1503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A1504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/NeedBracesCheck.java

    Severity Rule Message Line Col
    #A1505 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 151
    #A1506 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 151 1
    #A1507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A1508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A1509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A1510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A1511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A1512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A1513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A1514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyCheck.java

    Severity Rule Message Line Col
    #A1515 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 88
    #A1516 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 88 1
    #A1517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A1518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A1519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A1520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A1521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A1522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A1523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A1524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AbstractSuperCheck.java

    Severity Rule Message Line Col
    #A1525 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 37
    #A1526 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 37 1
    #A1527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A1528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A1529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A1537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A1538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ArrayTrailingCommaCheck.java

    Severity Rule Message Line Col
    #A1539 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 137
    #A1540 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 137 1
    #A1541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A1542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A1543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A1544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A1545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A1546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A1547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A1548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidDoubleBraceInitializationCheck.java

    Severity Rule Message Line Col
    #A1549 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 96
    #A1550 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 96 1
    #A1551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A1552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A1553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A1555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A1556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A1557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A1558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidInlineConditionalsCheck.java

    Severity Rule Message Line Col
    #A1559 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 48
    #A1560 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 48 1
    #A1561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A1562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A1563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A1568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidNoArgumentSuperConstructorCallCheck.java

    Severity Rule Message Line Col
    #A1569 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 61
    #A1570 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 61 1
    #A1571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A1572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A1573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A1574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A1575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A1576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A1577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/CovariantEqualsCheck.java

    Severity Rule Message Line Col
    #A1579 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 110
    #A1580 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 110 1
    #A1581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A1582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A1583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A1584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A1585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A1586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A1587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A1588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/DeclarationOrderCheck.java

    Severity Rule Message Line Col
    #A1589 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 125
    #A1590 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 125 1
    #A1591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A1592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A1593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A1594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A1595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A1596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A1597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A1598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A1599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A1600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A1601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A1602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/DefaultComesLastCheck.java

    Severity Rule Message Line Col
    #A1603 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 82
    #A1604 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 82 1
    #A1605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A1606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A1607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A1608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A1609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A1610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A1611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A1612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/EmptyStatementCheck.java

    Severity Rule Message Line Col
    #A1613 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 46
    #A1614 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 46 1
    #A1615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A1618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A1619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A1621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A1622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheck.java

    Severity Rule Message Line Col
    #A1623 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 74
    #A1624 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 74 1
    #A1625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A1627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A1628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A1629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A1630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A1631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A1632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A1633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A1634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A1635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A1636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A1637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A1638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheck.java

    Severity Rule Message Line Col
    #A1639 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 55
    #A1640 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 55 1
    #A1641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A1642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A1643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A1644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A1645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A1646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A1647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A1648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A1649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A1650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A1651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A1652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ExplicitInitializationCheck.java

    Severity Rule Message Line Col
    #A1653 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 98
    #A1654 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 98 1
    #A1655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A1656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A1657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A1658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A1659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A1660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A1661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A1662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/FallThroughCheck.java

    Severity Rule Message Line Col
    #A1663 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 116
    #A1664 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 116 1
    #A1665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A1666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A1667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A1668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A1669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A1670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A1671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A1672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/FinalLocalVariableCheck.java

    Severity Rule Message Line Col
    #A1673 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 127
    #A1674 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 127 1
    #A1675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A1676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A1677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A1678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A1679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A1680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A1681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A1682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A1683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A1684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/HiddenFieldCheck.java

    Severity Rule Message Line Col
    #A1685 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 180
    #A1686 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 180 1
    #A1687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A1688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A1689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A1690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A1691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A1692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A1693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A1694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A1695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A1696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A1697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A1698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalCatchCheck.java

    Severity Rule Message Line Col
    #A1699 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 62
    #A1700 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 62 1
    #A1701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A1702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A1703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A1704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A1705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A1707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalInstantiationCheck.java

    Severity Rule Message Line Col
    #A1709 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 80
    #A1710 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 80 1
    #A1711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A1712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A1713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A1714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A1715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A1716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A1717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A1718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A1719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A1720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A1721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A1722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheck.java

    Severity Rule Message Line Col
    #A1723 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 90
    #A1724 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 90 1
    #A1725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A1726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A1727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A1728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A1729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A1730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A1731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A1732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenCheck.java

    Severity Rule Message Line Col
    #A1733 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 79
    #A1734 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 79 1
    #A1735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A1736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A1737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A1740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A1741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A1742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A1743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A1744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenTextCheck.java

    Severity Rule Message Line Col
    #A1745 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 77
    #A1746 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 77 1
    #A1747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A1748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A1749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A1750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A1751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A1752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A1753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A1755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A1756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTypeCheck.java

    Severity Rule Message Line Col
    #A1757 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 184
    #A1758 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 184 1
    #A1759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A1760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A1761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A1762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A1763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A1764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A1765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A1766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 5
    #A1767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A1768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/InnerAssignmentCheck.java

    Severity Rule Message Line Col
    #A1769 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63
    #A1770 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63 1
    #A1771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A1772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A1773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A1774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A1775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A1776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A1777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A1778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MagicNumberCheck.java

    Severity Rule Message Line Col
    #A1779 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 217
    #A1780 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 217 1
    #A1781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A1782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A1783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A1784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A1785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A1786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 5
    #A1787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A1788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheck.java

    Severity Rule Message Line Col
    #A1789 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 41
    #A1790 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 41 1
    #A1791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A1792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A1793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A1796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A1797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingSwitchDefaultCheck.java

    Severity Rule Message Line Col
    #A1799 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 68
    #A1800 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 68 1
    #A1801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ModifiedControlVariableCheck.java

    Severity Rule Message Line Col
    #A1809 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 101
    #A1810 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 101 1
    #A1811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A1812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A1813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A1814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A1815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A1816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A1817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A1818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A1819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A1820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A1821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A1822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheck.java

    Severity Rule Message Line Col
    #A1823 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 95
    #A1824 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 95 1
    #A1825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A1826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A1827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A1828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A1829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A1830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A1831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A1832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A1833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A1834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5
    #A1835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A1836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleVariableDeclarationsCheck.java

    Severity Rule Message Line Col
    #A1837 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 49
    #A1838 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 49 1
    #A1839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedForDepthCheck.java

    Severity Rule Message Line Col
    #A1847 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 54
    #A1848 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 54 1
    #A1849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A1851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedIfDepthCheck.java

    Severity Rule Message Line Col
    #A1861 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 55
    #A1862 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 55 1
    #A1863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A1871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A1873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A1874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedTryDepthCheck.java

    Severity Rule Message Line Col
    #A1875 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 54
    #A1876 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 54 1
    #A1877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A1879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoArrayTrailingCommaCheck.java

    Severity Rule Message Line Col
    #A1889 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 73
    #A1890 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 73 1
    #A1891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A1897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoCloneCheck.java

    Severity Rule Message Line Col
    #A1899 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 153
    #A1900 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 153 1
    #A1901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A1902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A1903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A1904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A1905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A1906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A1907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A1908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoEnumTrailingCommaCheck.java

    Severity Rule Message Line Col
    #A1909 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 94
    #A1910 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 94 1
    #A1911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A1913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A1914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A1915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A1916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A1917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A1918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoFinalizerCheck.java

    Severity Rule Message Line Col
    #A1919 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 51
    #A1920 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 51 1
    #A1921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A1922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A1923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A1925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A1926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A1927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A1928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/OneStatementPerLineCheck.java

    Severity Rule Message Line Col
    #A1929 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 113
    #A1930 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 113 1
    #A1931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A1932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A1933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A1934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A1935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A1936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A1937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A1938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A1939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A1940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A1941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A1942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/OverloadMethodsDeclarationOrderCheck.java

    Severity Rule Message Line Col
    #A1943 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 53
    #A1944 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 53 1
    #A1945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A1950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A1951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/PackageDeclarationCheck.java

    Severity Rule Message Line Col
    #A1953 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 88
    #A1954 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 88 1
    #A1955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A1956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A1957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A1958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A1959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A1960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A1961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A1962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A1963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A1964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A1965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A1966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ParameterAssignmentCheck.java

    Severity Rule Message Line Col
    #A1967 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 55
    #A1968 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 55 1
    #A1969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A1975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A1977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A1978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A1979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A1980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/RequireThisCheck.java

    Severity Rule Message Line Col
    #A1981 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 215
    #A1982 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 215 1
    #A1983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A1984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 5
    #A1985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A1986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 5
    #A1987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A1988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 5
    #A1989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A1990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 5
    #A1991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A1992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 5
    #A1993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A1994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A1995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1286
    #A1996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1286 9
    #A1997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1307
    #A1998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1307 9
    #A1999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1341
    #A2000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1341 9
    #A2001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1426
    #A2002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1426 9
    #A2003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1432
    #A2004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1432 9
    #A2005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1438
    #A2006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1438 9
    #A2007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1520
    #A2008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1520 9
    #A2009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1541
    #A2010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1541 9
    #A2011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1562
    #A2012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1562 9
    #A2013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1583
    #A2014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1583 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ReturnCountCheck.java

    Severity Rule Message Line Col
    #A2015 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 136
    #A2016 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 136 1
    #A2017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A2018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A2019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A2020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A2021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A2022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A2023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A2024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A2025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A2026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A2027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A2028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanExpressionCheck.java

    Severity Rule Message Line Col
    #A2029 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 45
    #A2030 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 45 1
    #A2031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A2032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A2033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanReturnCheck.java

    Severity Rule Message Line Col
    #A2039 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 106
    #A2040 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 106 1
    #A2041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A2042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A2043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A2044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A2045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A2046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A2047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A2048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/StringLiteralEqualityCheck.java

    Severity Rule Message Line Col
    #A2049 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 76
    #A2050 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 76 1
    #A2051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A2052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A2053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A2056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A2057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperCloneCheck.java

    Severity Rule Message Line Col
    #A2059 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 43
    #A2060 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 43 1
    #A2061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A2062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperFinalizeCheck.java

    Severity Rule Message Line Col
    #A2063 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 45
    #A2064 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 45 1
    #A2065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A2066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.java

    Severity Rule Message Line Col
    #A2067 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 132
    #A2068 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 132 1
    #A2069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A2070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A2071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A2072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A2073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A2074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A2075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A2076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 5
    #A2077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A2078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterTypeMemberDeclarationCheck.java

    Severity Rule Message Line Col
    #A2079 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 102
    #A2080 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 102 1
    #A2081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A2083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A2084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A2085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A2086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A2087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A2088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInEnumerationCheck.java

    Severity Rule Message Line Col
    #A2089 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 77
    #A2090 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 77 1
    #A2091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A2092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A2093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A2098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInTryWithResourcesCheck.java

    Severity Rule Message Line Col
    #A2099 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 86
    #A2100 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 86 1
    #A2101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A2103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A2104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A2105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A2106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A2107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A2108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/VariableDeclarationUsageDistanceCheck.java

    Severity Rule Message Line Col
    #A2109 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 186
    #A2110 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 186 1
    #A2111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A2112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5
    #A2113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A2114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 5
    #A2115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A2116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5
    #A2117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A2118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/DesignForExtensionCheck.java

    Severity Rule Message Line Col
    #A2119 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 212
    #A2120 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 212 1
    #A2121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A2122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A2123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A2124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A2125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A2126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A2127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A2128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A2129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A2130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/FinalClassCheck.java

    Severity Rule Message Line Col
    #A2131 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 47
    #A2132 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 47 1
    #A2133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A2136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A2137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A2138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A2139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A2140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A2141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A2143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A2144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/HideUtilityClassConstructorCheck.java

    Severity Rule Message Line Col
    #A2145 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63
    #A2146 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63 1
    #A2147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A2153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/InnerTypeLastCheck.java

    Severity Rule Message Line Col
    #A2155 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 42
    #A2156 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 42 1
    #A2157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A2158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A2159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A2160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A2161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A2162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A2163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A2165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A2166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A2167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A2168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/InterfaceIsTypeCheck.java

    Severity Rule Message Line Col
    #A2169 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 59
    #A2170 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 59 1
    #A2171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A2177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/MutableExceptionCheck.java

    Severity Rule Message Line Col
    #A2179 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 70
    #A2180 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 70 1
    #A2181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A2182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A2183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A2185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A2186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A2187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A2188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A2189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A2190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/OneTopLevelClassCheck.java

    Severity Rule Message Line Col
    #A2191 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 86
    #A2192 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 86 1
    #A2193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A2194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A2195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A2196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A2197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A2198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A2199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A2201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A2202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/ThrowsCountCheck.java

    Severity Rule Message Line Col
    #A2203 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 83
    #A2204 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 83 1
    #A2205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A2206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A2207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A2209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A2211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A2212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/VisibilityModifierCheck.java

    Severity Rule Message Line Col
    #A2213 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 389
    #A2214 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 389 1
    #A2215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550
    #A2216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550 5
    #A2217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 555
    #A2218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 555 5
    #A2219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 560
    #A2220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 560 5
    #A2221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 568
    #A2222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 568 5
    #A2223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 581
    #A2224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 581 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/header/AbstractHeaderCheck.java

    Severity Rule Message Line Col
    #A2225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A2226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A2227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A2228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/header/HeaderCheck.java

    Severity Rule Message Line Col
    #A2229 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 117
    #A2230 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 117 1
    #A2231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A2232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A2233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A2234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.java

    Severity Rule Message Line Col
    #A2235 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 194
    #A2236 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 194 1
    #A2237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A2238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A2239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A2240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5
    #A2241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A2242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStarImportCheck.java

    Severity Rule Message Line Col
    #A2243 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 128
    #A2244 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 128 1
    #A2245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A2246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A2247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A2248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A2249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A2250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A2251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A2252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStaticImportCheck.java

    Severity Rule Message Line Col
    #A2253 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 75
    #A2254 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 75 1
    #A2255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A2256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A2257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A2259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A2260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A2261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A2262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ClassImportRule.java

    Severity Rule Message Line Col
    #A2263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A2264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/CustomImportOrderCheck.java

    Severity Rule Message Line Col
    #A2265 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 353
    #A2266 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 353 1
    #A2267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501
    #A2268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501 5
    #A2269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A2270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 5
    #A2271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511
    #A2272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511 5
    #A2273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520
    #A2274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520 5
    #A2275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 525
    #A2276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 525 5
    #A2277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A2278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/FileImportControl.java

    Severity Rule Message Line Col
    #A2279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A2282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/IllegalImportCheck.java

    Severity Rule Message Line Col
    #A2283 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 264
    #A2284 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 264 1
    #A2285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A2286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 5
    #A2287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A2288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5
    #A2289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A2290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 5
    #A2291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A2292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlCheck.java

    Severity Rule Message Line Col
    #A2293 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 430
    #A2294 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 430 1
    #A2295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A2296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 5
    #A2297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A2298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 5
    #A2299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495
    #A2300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495 5
    #A2301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500
    #A2302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500 5
    #A2303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 513
    #A2304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 513 5
    #A2305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539
    #A2306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlLoader.java

    Severity Rule Message Line Col
    #A2307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A2308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A2309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A2310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheck.java

    Severity Rule Message Line Col
    #A2311 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 371
    #A2312 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 371 1
    #A2313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584
    #A2314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584 5
    #A2315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 589
    #A2316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 589 5
    #A2317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594
    #A2318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594 5
    #A2319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599
    #A2320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599 5
    #A2321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A2322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportControl.java

    Severity Rule Message Line Col
    #A2323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A2324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A2325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A2326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportRule.java

    Severity Rule Message Line Col
    #A2327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A2328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/RedundantImportCheck.java

    Severity Rule Message Line Col
    #A2329 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 53
    #A2330 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 53 1
    #A2331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A2332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A2333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A2336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A2337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A2339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A2340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheck.java

    Severity Rule Message Line Col
    #A2341 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 102
    #A2342 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 102 1
    #A2343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A2344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A2345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A2346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A2347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A2348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A2349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A2350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A2351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A2352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A2353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A2354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ArrayInitHandler.java

    Severity Rule Message Line Col
    #A2355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A2357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A2367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A2369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A2370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/BlockParentHandler.java

    Severity Rule Message Line Col
    #A2371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A2372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A2373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A2374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CaseHandler.java

    Severity Rule Message Line Col
    #A2375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A2376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A2377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CatchHandler.java

    Severity Rule Message Line Col
    #A2381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A2382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ClassDefHandler.java

    Severity Rule Message Line Col
    #A2383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A2385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A2386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A2387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A2388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A2389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A2390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A2391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.java

    Severity Rule Message Line Col
    #A2395 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 237
    #A2396 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 237 1
    #A2397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A2398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5
    #A2399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A2400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A2401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A2402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5
    #A2403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A2404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 5
    #A2405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A2406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/DoWhileHandler.java

    Severity Rule Message Line Col
    #A2407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A2408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ElseHandler.java

    Severity Rule Message Line Col
    #A2409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A2411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ForHandler.java

    Severity Rule Message Line Col
    #A2413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IfHandler.java

    Severity Rule Message Line Col
    #A2415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A2417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A2418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A2419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A2421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ImportHandler.java

    Severity Rule Message Line Col
    #A2423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentLevel.java

    Severity Rule Message Line Col
    #A2425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A2426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheck.java

    Severity Rule Message Line Col
    #A2427 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 222
    #A2428 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 222 1
    #A2429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A2430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 5
    #A2431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A2432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 5
    #A2433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A2434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 5
    #A2435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A2436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 5
    #A2437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500
    #A2438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500 5
    #A2439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508
    #A2440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndexHandler.java

    Severity Rule Message Line Col
    #A2441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/LabelHandler.java

    Severity Rule Message Line Col
    #A2443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A2444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A2445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A2446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/LambdaHandler.java

    Severity Rule Message Line Col
    #A2447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A2448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A2449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A2450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A2451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/LineSet.java

    Severity Rule Message Line Col
    #A2453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A2454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/MemberDefHandler.java

    Severity Rule Message Line Col
    #A2455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A2457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A2458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A2459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A2460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/MethodCallHandler.java

    Severity Rule Message Line Col
    #A2461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A2463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A2464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A2465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A2466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A2467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A2468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/MethodDefHandler.java

    Severity Rule Message Line Col
    #A2469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A2471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A2473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A2474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/NewHandler.java

    Severity Rule Message Line Col
    #A2475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A2477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A2478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A2479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ObjectBlockHandler.java

    Severity Rule Message Line Col
    #A2481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A2483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A2484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A2485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A2486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A2487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A2488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A2489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A2490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A2491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/PackageDefHandler.java

    Severity Rule Message Line Col
    #A2495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/PrimordialHandler.java

    Severity Rule Message Line Col
    #A2497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A2498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A2499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A2500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A2501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A2502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/SlistHandler.java

    Severity Rule Message Line Col
    #A2503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A2506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A2507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A2509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A2511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A2512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A2513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A2514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/SwitchHandler.java

    Severity Rule Message Line Col
    #A2515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A2517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A2518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A2519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A2520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A2521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A2522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A2523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/SynchronizedHandler.java

    Severity Rule Message Line Col
    #A2525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/TryHandler.java

    Severity Rule Message Line Col
    #A2527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A2528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A2529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A2530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/WhileHandler.java

    Severity Rule Message Line Col
    #A2531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A2532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AbstractJavadocCheck.java

    Severity Rule Message Line Col
    #A2533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A2534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A2535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A2536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5
    #A2537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A2538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A2539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A2540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A2541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A2542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A2543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A2544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 5
    #A2545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A2546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A2547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A2548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A2549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A2550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AtclauseOrderCheck.java

    Severity Rule Message Line Col
    #A2551 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 87
    #A2552 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 87 1
    #A2553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A2554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A2555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A2556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A2557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A2558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/HtmlTag.java

    Severity Rule Message Line Col
    #A2559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/InvalidJavadocPositionCheck.java

    Severity Rule Message Line Col
    #A2561 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 59
    #A2562 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 59 1
    #A2563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A2566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A2567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A2570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A2571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocBlockTagLocationCheck.java

    Severity Rule Message Line Col
    #A2573 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 124
    #A2574 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 124 1
    #A2575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A2576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A2577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A2578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A2579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A2580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A2581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A2582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocContentLocationCheck.java

    Severity Rule Message Line Col
    #A2583 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 138
    #A2584 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 138 1
    #A2585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A2586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A2587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A2588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A2589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A2590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A2591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A2592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A2593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A2594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheck.java

    Severity Rule Message Line Col
    #A2595 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 194
    #A2596 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 194 1
    #A2597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A2598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A2599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363
    #A2600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363 5
    #A2601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A2602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 5
    #A2603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A2604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 5
    #A2605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386
    #A2606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386 5
    #A2607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A2608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 5
    #A2609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1141
    #A2610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1141 9
    #A2611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1167
    #A2612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1167 9
    #A2613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1232
    #A2614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1232 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocNodeImpl.java

    Severity Rule Message Line Col
    #A2615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A2616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A2617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A2620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A2621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A2624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A2625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A2626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A2627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A2628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A2629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A2630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocPackageCheck.java

    Severity Rule Message Line Col
    #A2631 warning AnnotationOnSameLine Annotation 'GlobalStatefulCheck' should be on the same line with its target. 69
    #A2632 warning AnnotationOnSameLine Annotation 'GlobalStatefulCheck' should be on the same line with its target. 69 1
    #A2633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A2634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocParagraphCheck.java

    Severity Rule Message Line Col
    #A2635 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 112
    #A2636 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 112 1
    #A2637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A2638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A2639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A2640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A2641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A2642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocStyleCheck.java

    Severity Rule Message Line Col
    #A2643 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 178
    #A2644 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 178 1
    #A2645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A2646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A2647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A2648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5
    #A2649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A2650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5
    #A2651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A2652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTag.java

    Severity Rule Message Line Col
    #A2653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A2654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagContinuationIndentationCheck.java

    Severity Rule Message Line Col
    #A2655 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 65
    #A2656 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 65 1
    #A2657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagInfo.java

    Severity Rule Message Line Col
    #A2663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A2664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A2665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A2667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A2669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A2670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 9
    #A2671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A2672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A2673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A2674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 9
    #A2675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A2676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A2677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A2678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A2679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A2680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9
    #A2681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A2682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A2683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A2684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 9
    #A2685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A2686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A2687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A2688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 9
    #A2689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A2690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 9
    #A2691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A2692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 9
    #A2693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A2694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 9
    #A2695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A2696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 9
    #A2697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A2698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 9
    #A2699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A2700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 9
    #A2701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 516
    #A2702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 516 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTypeCheck.java

    Severity Rule Message Line Col
    #A2703 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 167
    #A2704 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 167 1
    #A2705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A2706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 5
    #A2707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A2708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 5
    #A2709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A2710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A2711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A2712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocVariableCheck.java

    Severity Rule Message Line Col
    #A2713 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 92
    #A2714 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 92 1
    #A2715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A2716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A2717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A2718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A2719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A2720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A2721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A2722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocMethodCheck.java

    Severity Rule Message Line Col
    #A2723 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 142
    #A2724 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 142 1
    #A2725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A2726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 5
    #A2727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A2728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A2729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A2730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A2731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A2732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocPackageCheck.java

    Severity Rule Message Line Col
    #A2733 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 62
    #A2734 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 62 1
    #A2735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A2737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A2740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A2741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A2742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A2743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocTypeCheck.java

    Severity Rule Message Line Col
    #A2745 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 142
    #A2746 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 142 1
    #A2747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A2748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A2749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A2750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A2751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A2752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 5
    #A2753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A2754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/NonEmptyAtclauseDescriptionCheck.java

    Severity Rule Message Line Col
    #A2755 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 71
    #A2756 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 71 1
    #A2757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SingleLineJavadocCheck.java

    Severity Rule Message Line Col
    #A2761 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 74
    #A2762 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 74 1
    #A2763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A2764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A2765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A2766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A2767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A2768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SummaryJavadocCheck.java

    Severity Rule Message Line Col
    #A2769 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 123
    #A2770 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 123 1
    #A2771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A2772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A2773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A2774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A2775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A2776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/WriteTagCheck.java

    Severity Rule Message Line Col
    #A2777 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 90
    #A2778 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 90 1
    #A2779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A2780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A2781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A2782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A2783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A2784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A2785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A2786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/AbstractClassCouplingCheck.java

    Severity Rule Message Line Col
    #A2787 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 48
    #A2788 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 48 1
    #A2789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A2790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A2791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A2792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A2793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A2794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A2795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A2796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/BooleanExpressionComplexityCheck.java

    Severity Rule Message Line Col
    #A2797 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 96
    #A2798 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 96 1
    #A2799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A2801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A2802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A2803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A2804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A2805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A2806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A2807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A2808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassDataAbstractionCouplingCheck.java

    Severity Rule Message Line Col
    #A2809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A2810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A2811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A2812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 5
    #A2813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A2814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassFanOutComplexityCheck.java

    Severity Rule Message Line Col
    #A2815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A2816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A2817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A2818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A2819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A2820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/CyclomaticComplexityCheck.java

    Severity Rule Message Line Col
    #A2821 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 181
    #A2822 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 181 1
    #A2823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A2824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A2825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A2826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5
    #A2827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A2828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 5
    #A2829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A2830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 5
    #A2831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A2832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.java

    Severity Rule Message Line Col
    #A2833 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 91
    #A2834 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 91 1
    #A2835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A2836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A2837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A2838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A2839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A2840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A2841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A2842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A2843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A2844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A2845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A2846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5
    #A2847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A2848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/NPathComplexityCheck.java

    Severity Rule Message Line Col
    #A2849 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 133
    #A2850 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 133 1
    #A2851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A2852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A2853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A2854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A2855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A2856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A2857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A2858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 5
    #A2859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A2860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5
    #A2861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A2862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/ClassMemberImpliedModifierCheck.java

    Severity Rule Message Line Col
    #A2863 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 99
    #A2864 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 99 1
    #A2865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A2866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A2867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A2868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A2869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A2870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A2871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A2872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/InterfaceMemberImpliedModifierCheck.java

    Severity Rule Message Line Col
    #A2873 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 193
    #A2874 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 193 1
    #A2875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A2876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 5
    #A2877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A2878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A2879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A2880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A2881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A2882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/ModifierOrderCheck.java

    Severity Rule Message Line Col
    #A2883 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 75
    #A2884 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 75 1
    #A2885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A2887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A2889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A2890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A2891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A2892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/RedundantModifierCheck.java

    Severity Rule Message Line Col
    #A2893 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 174
    #A2894 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 174 1
    #A2895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A2896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A2897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A2898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A2899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A2900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 5
    #A2901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A2902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbbreviationAsWordInNameCheck.java

    Severity Rule Message Line Col
    #A2903 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 160
    #A2904 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 160 1
    #A2905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A2906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5
    #A2907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A2908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5
    #A2909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A2910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A2911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A2912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractAccessControlNameCheck.java

    Severity Rule Message Line Col
    #A2913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractClassNameCheck.java

    Severity Rule Message Line Col
    #A2915 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 72
    #A2916 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 72 1
    #A2917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A2918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A2919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A2920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A2921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A2922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A2923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A2924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractNameCheck.java

    Severity Rule Message Line Col
    #A2925 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 34
    #A2926 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 34 1
    #A2927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AccessModifier.java

    Severity Rule Message Line Col
    #A2929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/CatchParameterNameCheck.java

    Severity Rule Message Line Col
    #A2931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A2932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A2933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A2935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A2937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A2938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ClassTypeParameterNameCheck.java

    Severity Rule Message Line Col
    #A2939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A2940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A2941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A2946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ConstantNameCheck.java

    Severity Rule Message Line Col
    #A2947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A2949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A2950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A2951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A2952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A2953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A2954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/InterfaceTypeParameterNameCheck.java

    Severity Rule Message Line Col
    #A2955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A2961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/LambdaParameterNameCheck.java

    Severity Rule Message Line Col
    #A2963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A2964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A2965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A2967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A2968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A2969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalFinalVariableNameCheck.java

    Severity Rule Message Line Col
    #A2973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A2974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A2975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A2977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A2978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A2979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A2980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalVariableNameCheck.java

    Severity Rule Message Line Col
    #A2981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A2982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A2983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A2984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A2985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A2986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A2987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A2988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/MemberNameCheck.java

    Severity Rule Message Line Col
    #A2989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A2990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A2991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A2992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A2993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A2994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A2995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A2996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodNameCheck.java

    Severity Rule Message Line Col
    #A2997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A2998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A2999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A3000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A3001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A3002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A3003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A3004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodTypeParameterNameCheck.java

    Severity Rule Message Line Col
    #A3005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A3007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A3008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A3009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A3010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A3011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A3012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/PackageNameCheck.java

    Severity Rule Message Line Col
    #A3013 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 91
    #A3014 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 91 1
    #A3015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A3016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A3017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A3019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A3020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A3021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A3022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheck.java

    Severity Rule Message Line Col
    #A3023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A3024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A3025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A3026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A3027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A3028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A3029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A3030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/StaticVariableNameCheck.java

    Severity Rule Message Line Col
    #A3031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A3034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A3035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A3037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A3038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheck.java

    Severity Rule Message Line Col
    #A3039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A3040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A3041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A3042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A3043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A3044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/CommentSuppressor.java

    Severity Rule Message Line Col
    #A3045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A3046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/MatchSuppressor.java

    Severity Rule Message Line Col
    #A3047 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25
    #A3048 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/NeverSuppress.java

    Severity Rule Message Line Col
    #A3049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A3050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpCheck.java

    Severity Rule Message Line Col
    #A3051 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 447
    #A3052 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 447 1
    #A3053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582
    #A3054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582 5
    #A3055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587
    #A3056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587 5
    #A3057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592
    #A3058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592 5
    #A3059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597
    #A3060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpMultilineCheck.java

    Severity Rule Message Line Col
    #A3061 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 109
    #A3062 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 109 1
    #A3063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A3064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A3065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A3066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpOnFilenameCheck.java

    Severity Rule Message Line Col
    #A3067 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 183
    #A3068 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 183 1
    #A3069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A3070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 5
    #A3071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A3072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineCheck.java

    Severity Rule Message Line Col
    #A3073 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 100
    #A3074 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 100 1
    #A3075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A3077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A3078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineJavaCheck.java

    Severity Rule Message Line Col
    #A3079 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 87
    #A3080 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 87 1
    #A3081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A3083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A3084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A3085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A3086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A3087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A3088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/AnonInnerLengthCheck.java

    Severity Rule Message Line Col
    #A3089 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 61
    #A3090 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 61 1
    #A3091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A3093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A3095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A3097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheck.java

    Severity Rule Message Line Col
    #A3099 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 70
    #A3100 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 70 1
    #A3101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A3102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A3103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A3104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A3105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A3106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A3107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A3108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A3109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A3110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A3111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A3112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/FileLengthCheck.java

    Severity Rule Message Line Col
    #A3113 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 64
    #A3114 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 64 1
    #A3115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A3116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/LineLengthCheck.java

    Severity Rule Message Line Col
    #A3117 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 107
    #A3118 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 107 1
    #A3119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodCountCheck.java

    Severity Rule Message Line Col
    #A3121 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 137
    #A3122 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 137 1
    #A3123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A3124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A3125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A3126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A3127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A3128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A3129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A3130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A3131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A3132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodLengthCheck.java

    Severity Rule Message Line Col
    #A3133 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 85
    #A3134 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 85 1
    #A3135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A3136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A3137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A3138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A3139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A3140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A3141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/OuterTypeNumberCheck.java

    Severity Rule Message Line Col
    #A3143 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 57
    #A3144 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 57 1
    #A3145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A3146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A3147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A3148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A3149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A3150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A3151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A3155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A3156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A3157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A3158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/ParameterNumberCheck.java

    Severity Rule Message Line Col
    #A3159 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 92
    #A3160 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 92 1
    #A3161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A3162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A3163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A3164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A3165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A3166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A3167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A3168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/AbstractParenPadCheck.java

    Severity Rule Message Line Col
    #A3169 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 35
    #A3170 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 35 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForInitializerPadCheck.java

    Severity Rule Message Line Col
    #A3171 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63
    #A3172 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63 1
    #A3173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A3174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A3175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A3177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A3178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A3179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForIteratorPadCheck.java

    Severity Rule Message Line Col
    #A3181 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63
    #A3182 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 63 1
    #A3183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A3184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A3185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A3187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A3188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A3189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyLineSeparatorCheck.java

    Severity Rule Message Line Col
    #A3191 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 240
    #A3192 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 240 1
    #A3193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A3194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 5
    #A3195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A3196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 5
    #A3197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A3198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5
    #A3199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A3200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A3201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A3202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/FileTabCharacterCheck.java

    Severity Rule Message Line Col
    #A3203 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 74
    #A3204 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 74 1
    #A3205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A3206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/GenericWhitespaceCheck.java

    Severity Rule Message Line Col
    #A3207 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 94
    #A3208 warning AnnotationOnSameLine Annotation 'FileStatefulCheck' should be on the same line with its target. 94 1
    #A3209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A3210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A3211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A3212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A3213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A3214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A3215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A3216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A3217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A3218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/MethodParamPadCheck.java

    Severity Rule Message Line Col
    #A3219 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 91
    #A3220 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 91 1
    #A3221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A3222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A3223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A3224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A3225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A3226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A3227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A3228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoLineWrapCheck.java

    Severity Rule Message Line Col
    #A3229 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 86
    #A3230 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 86 1
    #A3231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A3233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A3236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A3237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A3238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceAfterCheck.java

    Severity Rule Message Line Col
    #A3239 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 106
    #A3240 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 106 1
    #A3241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A3244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A3245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A3246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A3247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A3248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceBeforeCheck.java

    Severity Rule Message Line Col
    #A3249 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 76
    #A3250 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 76 1
    #A3251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A3256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A3257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/OperatorWrapCheck.java

    Severity Rule Message Line Col
    #A3259 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 110
    #A3260 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 110 1
    #A3261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A3262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A3263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A3264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A3265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A3266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A3267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A3268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/ParenPadCheck.java

    Severity Rule Message Line Col
    #A3269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A3270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A3271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A3272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A3273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A3274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A3275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A3276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SeparatorWrapCheck.java

    Severity Rule Message Line Col
    #A3277 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 104
    #A3278 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 104 1
    #A3279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A3280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A3281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A3282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A3283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A3284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A3285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A3286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SingleSpaceSeparatorCheck.java

    Severity Rule Message Line Col
    #A3287 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 83
    #A3288 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 83 1
    #A3289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A3290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A3291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A3293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A3294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A3295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A3296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A3297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A3298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/TypecastParenPadCheck.java

    Severity Rule Message Line Col
    #A3299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A3300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A3301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A3302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A3303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A3304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A3305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAfterCheck.java

    Severity Rule Message Line Col
    #A3307 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 103
    #A3308 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 103 1
    #A3309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A3310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A3311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A3312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A3313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A3314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A3315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A3316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.java

    Severity Rule Message Line Col
    #A3317 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 297
    #A3318 warning AnnotationOnSameLine Annotation 'StatelessCheck' should be on the same line with its target. 297 1
    #A3319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A3320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A3321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388
    #A3322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388 5
    #A3323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450
    #A3324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450 5
    #A3325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 513
    #A3326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 513 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filefilters/BeforeExecutionExclusionFileFilter.java

    Severity Rule Message Line Col
    #A3327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A3329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/CsvFilterElement.java

    Severity Rule Message Line Col
    #A3331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A3332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A3333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A3336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/IntFilterElement.java

    Severity Rule Message Line Col
    #A3337 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25
    #A3338 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/IntMatchFilterElement.java

    Severity Rule Message Line Col
    #A3339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A3340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A3341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A3342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A3343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A3344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A3345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A3346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/IntRangeFilterElement.java

    Severity Rule Message Line Col
    #A3347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A3348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A3349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A3350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A3351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A3352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SeverityMatchFilter.java

    Severity Rule Message Line Col
    #A3353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A3354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A3355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A3356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressFilterElement.java

    Severity Rule Message Line Col
    #A3357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A3358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A3359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A3360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A3361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A3362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWarningsFilter.java

    Severity Rule Message Line Col
    #A3363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A3364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A3365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A3366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.java

    Severity Rule Message Line Col
    #A3367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A3368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A3369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A3370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 5
    #A3371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 566
    #A3372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 566 9
    #A3373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583
    #A3374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583 9
    #A3375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 655
    #A3376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 655 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithPlainTextCommentFilter.java

    Severity Rule Message Line Col
    #A3377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A3378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 5
    #A3379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A3380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 5
    #A3381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558
    #A3382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558 9
    #A3383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576
    #A3384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionCommentFilter.java

    Severity Rule Message Line Col
    #A3385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A3386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 5
    #A3387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460
    #A3388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460 5
    #A3389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685
    #A3390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685 9
    #A3391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702
    #A3392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702 9
    #A3393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 720
    #A3394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 720 9
    #A3395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 779
    #A3396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 779 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionFilter.java

    Severity Rule Message Line Col
    #A3397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A3398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A3399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A3400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A3401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A3402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionSingleFilter.java

    Severity Rule Message Line Col
    #A3403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A3404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A3405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A3406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathFilter.java

    Severity Rule Message Line Col
    #A3407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647
    #A3408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647 5
    #A3409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 659
    #A3410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 659 5
    #A3411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664
    #A3412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664 5
    #A3413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676
    #A3414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676 5
    #A3415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681
    #A3416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathSingleFilter.java

    Severity Rule Message Line Col
    #A3417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 493
    #A3418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 493 5
    #A3419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 498
    #A3420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 498 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoader.java

    Severity Rule Message Line Col
    #A3421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A3422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/XpathFilterElement.java

    Severity Rule Message Line Col
    #A3423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A3424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A3425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A3426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5
    #A3427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A3428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/BaseCellEditor.java

    Severity Rule Message Line Col
    #A3429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A3430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A3431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A3432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A3433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A3434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A3435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A3436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A3437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A3438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A3439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A3441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/ListToTreeSelectionModelWrapper.java

    Severity Rule Message Line Col
    #A3443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A3444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/MainFrame.java

    Severity Rule Message Line Col
    #A3445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A3446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A3447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A3448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 9
    #A3449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A3450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 9
    #A3451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A3452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/MainFrameModel.java

    Severity Rule Message Line Col
    #A3453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A3454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/ParseTreeTableModel.java

    Severity Rule Message Line Col
    #A3455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A3456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A3457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A3460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A3461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A3463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A3464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A3465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A3466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A3467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A3468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A3469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A3470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/TreeTable.java

    Severity Rule Message Line Col
    #A3471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A3472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A3473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A3474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 13
    #A3475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A3476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A3477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A3478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A3479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A3480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A3481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A3482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 9
    #A3483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A3484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/TreeTableCellRenderer.java

    Severity Rule Message Line Col
    #A3485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A3487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A3488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A3489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A3491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A3492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A3493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/TreeTableModelAdapter.java

    Severity Rule Message Line Col
    #A3495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A3497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A3499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A3501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A3503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A3505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A3507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A3509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A3510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A3511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A3512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A3513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A3514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A3515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A3516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A3517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A3518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/AbstractNode.java

    Severity Rule Message Line Col
    #A3519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A3520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A3521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A3522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A3523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A3524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A3525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A3526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A3527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A3528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A3529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A3530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A3531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A3532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A3533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A3534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A3535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A3536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A3537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A3538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A3539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A3540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A3541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A3542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A3543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A3544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A3545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A3546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A3547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A3548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5
    #A3549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A3550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 5
    #A3551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A3552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 5
    #A3553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A3554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5
    #A3555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A3556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 5
    #A3557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A3558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 5
    #A3559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A3560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5
    #A3561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A3562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 5
    #A3563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A3564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 5
    #A3565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A3566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 5
    #A3567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A3568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A3569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A3570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 5
    #A3571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A3572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/AttributeNode.java

    Severity Rule Message Line Col
    #A3573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A3574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A3575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A3576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A3577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A3579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A3580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A3581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A3582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A3583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A3585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A3589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A3590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A3591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A3592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A3593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A3594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/ElementNode.java

    Severity Rule Message Line Col
    #A3595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A3596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A3597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A3598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A3599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A3600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A3601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A3602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A3603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A3604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A3605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A3606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A3607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A3608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A3609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A3610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 5
    #A3611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A3612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5
    #A3613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A3614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A3615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A3616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/RootNode.java

    Severity Rule Message Line Col
    #A3617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A3618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A3619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A3621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A3625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A3628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A3629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A3630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A3631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A3632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A3633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A3634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A3635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A3636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/AstTreeStringPrinterTest.java

    Severity Rule Message Line Col
    #A3637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A3638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A3639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A3640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A3641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A3642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A3643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A3644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A3645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A3646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A3647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A3648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A3649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A3650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A3651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A3652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A3653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A3654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A3655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A3656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A3657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A3658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A3659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A3660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A3661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A3662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A3663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A3664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/AuditEventDefaultFormatterTest.java

    Severity Rule Message Line Col
    #A3665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A3666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A3667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A3668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A3669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A3670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A3671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A3672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/CheckerTest.java

    Severity Rule Message Line Col
    #A3673 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 99
    #A3674 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 99 5
    #A3675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A3676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A3677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A3678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A3679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A3680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A3681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A3682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A3683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A3684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5
    #A3685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A3686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A3687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A3688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A3689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A3690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A3691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286
    #A3692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286 5
    #A3693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A3694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A3695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353
    #A3696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353 5
    #A3697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378
    #A3698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378 5
    #A3699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392
    #A3700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392 5
    #A3701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405
    #A3702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405 5
    #A3703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430
    #A3704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430 5
    #A3705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A3706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5
    #A3707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 465
    #A3708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 465 5
    #A3709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481
    #A3710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481 5
    #A3711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505
    #A3712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505 5
    #A3713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 541
    #A3714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 541 5
    #A3715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577
    #A3716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577 5
    #A3717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622
    #A3718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622 5
    #A3719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650
    #A3720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650 5
    #A3721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659
    #A3722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659 5
    #A3723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 673
    #A3724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 673 5
    #A3725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 687
    #A3726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 687 13
    #A3727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 715
    #A3728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 715 5
    #A3729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 729
    #A3730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 729 13
    #A3731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 734
    #A3732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 734 13
    #A3733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 761
    #A3734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 761 5
    #A3735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 806
    #A3736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 806 5
    #A3737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881
    #A3738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881 5
    #A3739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900
    #A3740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900 5
    #A3741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 928
    #A3742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 928 5
    #A3743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 943
    #A3744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 943 5
    #A3745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 987
    #A3746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 987 5
    #A3747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1002
    #A3748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1002 13
    #A3749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1011
    #A3750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1011 13
    #A3751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1050
    #A3752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1050 5
    #A3753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1069
    #A3754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1069 13
    #A3755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1107
    #A3756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1107 5
    #A3757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1119
    #A3758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1119 13
    #A3759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1144
    #A3760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1144 5
    #A3761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1162
    #A3762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1162 13
    #A3763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1195
    #A3764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1195 5
    #A3765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1216
    #A3766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1216 5
    #A3767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1228
    #A3768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1228 5
    #A3769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1242
    #A3770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1242 5
    #A3771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1254
    #A3772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1254 5
    #A3773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1263
    #A3774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1263 5
    #A3775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1269
    #A3776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1269 13
    #A3777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1285
    #A3778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1285 5
    #A3779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1291
    #A3780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1291 13
    #A3781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1306
    #A3782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1306 5
    #A3783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1312
    #A3784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1312 13
    #A3785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1328
    #A3786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1328 5
    #A3787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1360
    #A3788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1360 5
    #A3789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1382
    #A3790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1382 5
    #A3791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1440
    #A3792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1440 9
    #A3793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1450
    #A3794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1450 9
    #A3795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1455
    #A3796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1455 9
    #A3797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1466
    #A3798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1466 9
    #A3799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1489
    #A3800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1489 9
    #A3801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1494
    #A3802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1494 9
    #A3803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1512
    #A3804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1512 9
    #A3805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1517
    #A3806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1517 9
    #A3807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1522
    #A3808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1522 9
    #A3809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1527
    #A3810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1527 9
    #A3811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1566
    #A3812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1566 9
    #A3813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1571
    #A3814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1571 9
    #A3815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1576
    #A3816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1576 9
    #A3817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1581
    #A3818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1581 9
    #A3819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1586
    #A3820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1586 9
    #A3821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1620
    #A3822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1620 9
    #A3823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1625
    #A3824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1625 9
    #A3825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1630
    #A3826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1630 9
    #A3827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1635
    #A3828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1635 9
    #A3829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1648
    #A3830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1648 9
    #A3831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1654
    #A3832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1654 9
    #A3833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1660
    #A3834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1660 9
    #A3835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1666
    #A3836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1666 9
    #A3837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1671
    #A3838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1671 9
    #A3839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1693
    #A3840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1693 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/ConfigurationLoaderTest.java

    Severity Rule Message Line Col
    #A3841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A3842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A3843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A3844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A3845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A3846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A3847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A3848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A3849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A3850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A3851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A3852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A3853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A3854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A3855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A3856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A3857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A3858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A3859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A3860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A3861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A3862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A3863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A3864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A3865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A3866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A3867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A3868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A3869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334
    #A3870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334 5
    #A3871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A3872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A3873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362
    #A3874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362 5
    #A3875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393
    #A3876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393 5
    #A3877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A3878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5
    #A3879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 429
    #A3880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 429 5
    #A3881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449
    #A3882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449 5
    #A3883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475
    #A3884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475 5
    #A3885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493
    #A3886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493 5
    #A3887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505
    #A3888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505 5
    #A3889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518
    #A3890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518 5
    #A3891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529
    #A3892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529 5
    #A3893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 548
    #A3894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 548 5
    #A3895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 561
    #A3896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 561 5
    #A3897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572
    #A3898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572 5
    #A3899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 584
    #A3900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 584 5
    #A3901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 595
    #A3902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 595 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DefaultConfigurationTest.java

    Severity Rule Message Line Col
    #A3903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A3904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A3905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A3906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A3907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A3908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A3909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A3910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A3911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A3912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A3913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A3914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A3915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A3916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A3917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A3918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DefaultLoggerTest.java

    Severity Rule Message Line Col
    #A3919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A3920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A3921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A3922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A3923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A3924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A3925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A3926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A3927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A3928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A3929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A3930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A3931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A3932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A3933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A3934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DefinitionsTest.java

    Severity Rule Message Line Col
    #A3935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A3936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DetailAstImplTest.java

    Severity Rule Message Line Col
    #A3937 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 58
    #A3938 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 58 5
    #A3939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A3940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A3941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A3942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A3943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A3944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A3945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A3946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A3947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A3948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A3949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A3950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A3951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A3952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A3953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A3954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A3955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A3956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A3957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A3958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A3959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257
    #A3960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257 5
    #A3961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276
    #A3962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276 5
    #A3963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 309
    #A3964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 309 5
    #A3965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A3966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A3967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A3968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A3969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A3970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A3971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371
    #A3972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371 5
    #A3973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384
    #A3974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384 5
    #A3975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 410
    #A3976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 410 5
    #A3977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 436
    #A3978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 436 5
    #A3979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 458
    #A3980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 458 5
    #A3981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476
    #A3982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476 5
    #A3983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A3984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DetailNodeTreeStringPrinterTest.java

    Severity Rule Message Line Col
    #A3985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A3986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A3987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A3988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A3989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A3990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A3991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A3992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A3993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A3994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A3995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A3996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A3997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A3998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A3999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A4000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A4001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A4002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A4003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A4004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A4005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A4006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A4007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A4008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A4009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A4010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/JavaParserTest.java

    Severity Rule Message Line Col
    #A4011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A4012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A4013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A4014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A4015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A4016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A4017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A4018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A4019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A4020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A4021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A4022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A4023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A4024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A4025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A4026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A4027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A4028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/JavadocDetailNodeParserTest.java

    Severity Rule Message Line Col
    #A4029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A4030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A4031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A4032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/JavadocPropertiesGeneratorTest.java

    Severity Rule Message Line Col
    #A4033 warning AnnotationOnSameLine Annotation 'ExtendWith' should be on the same line with its target. 46
    #A4034 warning AnnotationOnSameLine Annotation 'ExtendWith' should be on the same line with its target. 46 1
    #A4035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A4036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A4037 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 89
    #A4038 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 89 5
    #A4039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A4040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A4041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A4042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A4043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A4044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A4045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A4046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A4047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A4048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A4049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A4050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A4051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A4052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A4053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A4054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A4055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A4056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A4057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A4058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A4059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A4060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5
    #A4061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A4062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A4063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A4064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A4065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A4066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/MainTest.java

    Severity Rule Message Line Col
    #A4067 warning AnnotationOnSameLine Annotation 'ExtendWith' should be on the same line with its target. 73
    #A4068 warning AnnotationOnSameLine Annotation 'ExtendWith' should be on the same line with its target. 73 1
    #A4069 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 142
    #A4070 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 142 5
    #A4071 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 178
    #A4072 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 178 5
    #A4073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A4074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A4075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A4076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A4077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A4078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A4079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A4080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A4081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A4082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A4083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A4084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A4085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A4086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A4087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265
    #A4088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265 5
    #A4089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283
    #A4090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283 5
    #A4091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296
    #A4092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296 5
    #A4093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A4094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A4095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A4096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A4097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328
    #A4098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328 5
    #A4099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354
    #A4100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354 5
    #A4101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376
    #A4102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376 5
    #A4103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A4104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A4105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A4106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A4107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 423
    #A4108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 423 5
    #A4109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A4110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A4111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445
    #A4112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445 5
    #A4113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482
    #A4114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482 5
    #A4115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 507
    #A4116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 507 5
    #A4117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529
    #A4118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529 5
    #A4119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 538
    #A4120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 538 5
    #A4121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 550
    #A4122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 550 5
    #A4123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559
    #A4124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559 5
    #A4125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 569
    #A4126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 569 5
    #A4127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A4128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A4129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 592
    #A4130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 592 5
    #A4131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605
    #A4132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605 5
    #A4133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 619
    #A4134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 619 5
    #A4135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 653
    #A4136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 653 5
    #A4137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 690
    #A4138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 690 5
    #A4139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 695
    #A4140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 695 13
    #A4141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700
    #A4142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700 13
    #A4143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 705
    #A4144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 705 13
    #A4145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720
    #A4146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720 5
    #A4147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 726
    #A4148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 726 13
    #A4149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731
    #A4150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731 13
    #A4151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736
    #A4152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736 13
    #A4153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 747
    #A4154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 747 5
    #A4155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 761
    #A4156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 761 5
    #A4157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 770
    #A4158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 770 5
    #A4159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 807
    #A4160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 807 5
    #A4161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 823
    #A4162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 823 5
    #A4163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 836
    #A4164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 836 5
    #A4165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 845
    #A4166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 845 5
    #A4167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 861
    #A4168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 861 5
    #A4169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 878
    #A4170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 878 5
    #A4171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 892
    #A4172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 892 5
    #A4173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 932
    #A4174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 932 5
    #A4175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 945
    #A4176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 945 5
    #A4177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 958
    #A4178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 958 5
    #A4179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 981
    #A4180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 981 5
    #A4181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 992
    #A4182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 992 5
    #A4183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1003
    #A4184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1003 5
    #A4185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1012
    #A4186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1012 5
    #A4187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1023
    #A4188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1023 5
    #A4189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1032
    #A4190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1032 5
    #A4191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1130
    #A4192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1130 5
    #A4193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1166
    #A4194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1166 5
    #A4195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1177
    #A4196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1177 5
    #A4197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1205
    #A4198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1205 5
    #A4199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1232
    #A4200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1232 5
    #A4201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1244
    #A4202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1244 5
    #A4203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1258
    #A4204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1258 5
    #A4205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1267
    #A4206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1267 5
    #A4207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1278
    #A4208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1278 5
    #A4209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1287
    #A4210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1287 5
    #A4211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1298
    #A4212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1298 5
    #A4213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1309
    #A4214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1309 5
    #A4215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1315
    #A4216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1315 5
    #A4217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1327
    #A4218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1327 5
    #A4219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1339
    #A4220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1339 5
    #A4221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1351
    #A4222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1351 5
    #A4223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1363
    #A4224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1363 5
    #A4225 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 1364
    #A4226 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 1364 5
    #A4227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1377
    #A4228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1377 5
    #A4229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1390
    #A4230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1390 5
    #A4231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1412
    #A4232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1412 5
    #A4233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1424
    #A4234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1424 5
    #A4235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1439
    #A4236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1439 5
    #A4237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1447
    #A4238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1447 5
    #A4239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1458
    #A4240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1458 5
    #A4241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1470
    #A4242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1470 5
    #A4243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1481
    #A4244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1481 5
    #A4245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1493
    #A4246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1493 5
    #A4247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1512
    #A4248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1512 5
    #A4249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1531
    #A4250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1531 5
    #A4251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1555
    #A4252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1555 5
    #A4253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1573
    #A4254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1573 5
    #A4255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1581
    #A4256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1581 5
    #A4257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1587
    #A4258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1587 5
    #A4259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1595
    #A4260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1595 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PackageNamesLoaderTest.java

    Severity Rule Message Line Col
    #A4261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A4262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A4263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A4264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A4265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A4266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A4267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A4268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A4269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A4270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A4271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A4272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A4273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A4274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A4275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A4276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A4277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A4278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 13
    #A4279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A4280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 13
    #A4281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A4282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 13
    #A4283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A4284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A4285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A4286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A4287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A4288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PackageObjectFactoryTest.java

    Severity Rule Message Line Col
    #A4289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A4290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A4291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A4292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A4293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A4294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A4295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A4296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A4297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A4298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A4299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A4300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A4301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A4302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A4303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A4304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A4305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A4306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A4307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A4308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A4309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A4310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A4311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A4312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A4313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A4314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A4315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A4316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A4317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A4318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A4319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A4320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A4321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A4322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A4323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 323
    #A4324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 323 5
    #A4325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336
    #A4326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336 5
    #A4327 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 337
    #A4328 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 337 5
    #A4329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359
    #A4330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359 5
    #A4331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A4332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A4333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384
    #A4334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384 5
    #A4335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A4336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PropertiesExpanderTest.java

    Severity Rule Message Line Col
    #A4337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A4338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5
    #A4339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A4340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PropertyCacheFileTest.java

    Severity Rule Message Line Col
    #A4341 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 54
    #A4342 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 54 5
    #A4343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A4344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A4345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A4346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A4347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A4348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A4349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A4350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A4351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A4352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A4353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A4354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A4355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A4356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A4357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A4358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A4359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A4360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A4361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A4362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A4363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A4364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A4365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A4366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/SuppressionsStringPrinterTest.java

    Severity Rule Message Line Col
    #A4367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A4368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A4369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A4370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A4371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A4372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A4373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A4374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A4375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A4376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A4377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A4378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A4379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A4380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/ThreadModeSettingsTest.java

    Severity Rule Message Line Col
    #A4381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A4382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A4383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A4384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A4385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A4386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A4387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A4388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A4389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A4390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A4391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A4392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java

    Severity Rule Message Line Col
    #A4393 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 68
    #A4394 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 68 5
    #A4395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A4396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A4397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A4398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A4399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A4400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A4401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A4402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A4403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A4404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A4405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A4406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A4407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A4408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A4409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A4410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A4411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A4412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A4413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A4414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A4415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A4416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A4417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A4418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A4419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255
    #A4420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255 5
    #A4421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A4422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A4423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302
    #A4424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302 5
    #A4425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313
    #A4426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313 5
    #A4427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328
    #A4428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328 5
    #A4429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A4430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A4431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376
    #A4432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376 5
    #A4433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 402
    #A4434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 402 5
    #A4435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417
    #A4436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417 5
    #A4437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427
    #A4438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427 5
    #A4439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438
    #A4440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438 5
    #A4441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449
    #A4442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449 5
    #A4443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 472
    #A4444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 472 5
    #A4445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493
    #A4446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493 5
    #A4447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A4448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 9
    #A4449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 519
    #A4450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 519 9
    #A4451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524
    #A4452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524 9
    #A4453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 535
    #A4454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 535 9
    #A4455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 540
    #A4456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 540 9
    #A4457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 545
    #A4458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 545 9
    #A4459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550
    #A4460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550 9
    #A4461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 566
    #A4462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 566 9
    #A4463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 571
    #A4464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 571 9
    #A4465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576
    #A4466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576 9
    #A4467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 581
    #A4468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 581 9
    #A4469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599
    #A4470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599 9
    #A4471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608
    #A4472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608 9
    #A4473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 613
    #A4474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 613 9
    #A4475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 618
    #A4476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 618 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XMLLoggerTest.java

    Severity Rule Message Line Col
    #A4477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A4478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A4479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A4480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A4481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A4482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A4483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A4484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A4485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A4486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A4487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A4488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A4489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A4490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A4491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A4492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A4493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A4494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A4495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A4496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A4497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A4498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A4499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A4500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A4501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A4502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A4503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A4504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A4505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A4506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A4507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A4508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A4509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A4510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A4511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334
    #A4512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334 5
    #A4513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353
    #A4514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353 5
    #A4515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 367
    #A4516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 367 5
    #A4517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A4518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XmlLoaderTest.java

    Severity Rule Message Line Col
    #A4519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A4520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A4521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A4522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A4523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A4524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A4525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A4526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAstFilterTest.java

    Severity Rule Message Line Col
    #A4527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A4528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A4529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A4530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A4531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A4532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A4533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A4534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A4535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A4536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A4537 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 127
    #A4538 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAuditListenerTest.java

    Severity Rule Message Line Col
    #A4539 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 70
    #A4540 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 70 5
    #A4541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A4542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A4543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A4544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A4545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A4546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A4547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A4548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A4549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A4550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A4551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A4552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A4553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A4554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A4555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A4556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A4557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A4558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A4559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A4560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A4561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A4562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTaskTest.java

    Severity Rule Message Line Col
    #A4563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A4564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A4565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A4566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A4567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A4568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A4569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A4570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A4571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A4572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A4573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A4574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A4575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A4576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A4577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A4578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A4579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A4580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A4581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A4582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A4583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A4584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A4585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280
    #A4586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280 5
    #A4587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A4588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A4589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307
    #A4590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307 5
    #A4591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331
    #A4592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331 5
    #A4593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A4594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A4595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391
    #A4596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391 5
    #A4597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415
    #A4598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415 5
    #A4599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438
    #A4600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438 5
    #A4601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 454
    #A4602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 454 5
    #A4603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A4604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A4605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482
    #A4606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482 5
    #A4607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 509
    #A4608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 509 5
    #A4609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 527
    #A4610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 527 5
    #A4611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 548
    #A4612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 548 5
    #A4613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 561
    #A4614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 561 5
    #A4615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 569
    #A4616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 569 5
    #A4617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 578
    #A4618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 578 5
    #A4619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 586
    #A4620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 586 5
    #A4621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 595
    #A4622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 595 5
    #A4623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 606
    #A4624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 606 5
    #A4625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 618
    #A4626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 618 5
    #A4627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 633
    #A4628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 633 5
    #A4629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 643
    #A4630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 643 5
    #A4631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 663
    #A4632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 663 5
    #A4633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 674
    #A4634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 674 5
    #A4635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 686
    #A4636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 686 5
    #A4637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702
    #A4638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702 9
    #A4639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 707
    #A4640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 707 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AbstractCheckTest.java

    Severity Rule Message Line Col
    #A4641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A4642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A4643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A4644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A4645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A4646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 13
    #A4647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A4648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13
    #A4649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A4650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A4651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A4652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A4653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A4654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13
    #A4655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A4656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A4657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A4659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A4660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A4661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A4662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 13
    #A4663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A4664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13
    #A4665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A4666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A4667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A4668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A4669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A4670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 13
    #A4671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A4672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 13
    #A4673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A4674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 13
    #A4675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A4676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A4677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A4678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A4679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A4680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 13
    #A4681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A4682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 13
    #A4683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A4684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 13
    #A4685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A4686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A4687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A4688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 13
    #A4689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A4690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 13
    #A4691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A4692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 13
    #A4693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A4694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A4695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A4696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 13
    #A4697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A4698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A4699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A4700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 13
    #A4701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A4702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A4703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A4704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13
    #A4705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A4706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 13
    #A4707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A4708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 13
    #A4709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A4710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A4711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A4712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A4713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A4714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A4715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A4716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A4717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A4718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 9
    #A4719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A4720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 9
    #A4721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A4722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 9
    #A4723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A4724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 9
    #A4725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A4726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 9
    #A4727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A4728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 9
    #A4729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A4730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 9
    #A4731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A4732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 9
    #A4733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A4734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 9
    #A4735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387
    #A4736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387 9
    #A4737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A4738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 9
    #A4739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A4740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 9
    #A4741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409
    #A4742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409 9
    #A4743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A4744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 9
    #A4745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A4746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 9
    #A4747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A4748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheckTest.java

    Severity Rule Message Line Col
    #A4749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A4750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A4751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A4752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A4753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A4754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A4755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A4756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A4757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A4758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A4759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A4760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A4761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A4762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A4763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A4764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A4765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A4766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A4767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A4768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A4769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A4770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A4771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A4772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5
    #A4773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A4774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A4775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A4776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A4777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A4778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A4779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A4780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A4781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A4782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 9
    #A4783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A4784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A4785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A4786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9
    #A4787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A4788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AbstractViolationReporterTest.java

    Severity Rule Message Line Col
    #A4789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A4790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A4791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A4792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A4793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A4794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A4795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A4796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A4797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A4798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A4799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A4800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A4801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A4802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A4803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A4804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A4805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A4806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A4807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A4808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AuditEventTest.java

    Severity Rule Message Line Col
    #A4809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A4810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5
    #A4811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A4812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AutomaticBeanTest.java

    Severity Rule Message Line Col
    #A4813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A4814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A4815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A4816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A4817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A4818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A4819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A4820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A4821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A4822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A4823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A4824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A4825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A4826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A4827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A4828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A4829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A4830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A4831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A4832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A4833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A4834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A4835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A4836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 9
    #A4837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A4838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A4839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A4840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/BeforeExecutionFileFilterSetTest.java

    Severity Rule Message Line Col
    #A4841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A4842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A4843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A4844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A4845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A4846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A4847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A4848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A4849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A4850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A4851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A4852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/CommentTest.java

    Severity Rule Message Line Col
    #A4853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A4854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5
    #A4855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A4856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A4857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A4858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A4859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A4860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FileContentsTest.java

    Severity Rule Message Line Col
    #A4861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A4862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A4863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A4864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A4865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A4866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A4867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A4868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A4869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A4870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A4871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A4872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A4873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A4874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A4875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A4876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A4877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A4878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A4879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A4880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A4881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A4882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A4883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A4884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A4885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A4886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A4887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A4888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A4889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A4890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A4891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A4892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A4893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A4894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A4895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239
    #A4896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239 5
    #A4897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A4898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A4899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A4900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A4901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A4902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FileSetCheckTest.java

    Severity Rule Message Line Col
    #A4903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A4904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A4905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A4906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A4907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A4908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A4909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A4910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A4911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A4912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A4913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A4914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FileTextTest.java

    Severity Rule Message Line Col
    #A4915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A4916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A4917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A4918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A4919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A4920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A4921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A4922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A4923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A4924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A4925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A4926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A4927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A4928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A4929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A4930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A4931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A4932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A4933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A4934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FilterSetTest.java

    Severity Rule Message Line Col
    #A4935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A4936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A4937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A4938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A4939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A4940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A4941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A4942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A4943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A4944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A4945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A4946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A4947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A4948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A4949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A4950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A4951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A4952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A4953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A4954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FullIdentTest.java

    Severity Rule Message Line Col
    #A4955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A4956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A4957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A4958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A4959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A4960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A4961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A4962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A4963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A4964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A4965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A4966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A4967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A4968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/JavadocTokenTypesTest.java

    Severity Rule Message Line Col
    #A4969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A4970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A4971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A4972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A4973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A4974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/LineColumnTest.java

    Severity Rule Message Line Col
    #A4975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A4976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5
    #A4977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A4978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A4979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A4980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A4981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A4982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A4983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A4984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/LocalizedMessageTest.java

    Severity Rule Message Line Col
    #A4985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A4986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A4987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A4988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A4989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A4990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A4991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A4992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A4993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A4994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A4995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A4996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A4997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A4998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A4999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A5000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A5001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A5002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A5003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A5004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A5005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A5006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 13
    #A5007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A5008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 13
    #A5009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A5010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 13
    #A5011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A5012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 13
    #A5013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A5014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 13
    #A5015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A5016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5
    #A5017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A5018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 13
    #A5019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A5020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A5021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A5022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13
    #A5023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A5024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 13
    #A5025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A5026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 13
    #A5027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A5028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5
    #A5029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A5030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 13
    #A5031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A5032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A5033 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 266
    #A5034 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 266 5
    #A5035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A5036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A5037 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 275
    #A5038 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 275 5
    #A5039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276
    #A5040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276 5
    #A5041 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 284
    #A5042 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 284 5
    #A5043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A5044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A5045 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 293
    #A5046 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 293 5
    #A5047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A5048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A5049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311
    #A5050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311 5
    #A5051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A5052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A5053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A5054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5
    #A5055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344
    #A5056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344 5
    #A5057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A5058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A5059 warning AnnotationOnSameLine Annotation 'AfterEach' should be on the same line with its target. 388
    #A5060 warning AnnotationOnSameLine Annotation 'AfterEach' should be on the same line with its target. 388 5
    #A5061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A5062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/ScopeTest.java

    Severity Rule Message Line Col
    #A5063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A5066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A5067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A5068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A5069 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 74
    #A5070 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 74 5
    #A5071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A5072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A5073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A5074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A5075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A5076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A5077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A5080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A5081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A5082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A5083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A5084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/SeverityLevelCounterTest.java

    Severity Rule Message Line Col
    #A5085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A5086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5
    #A5087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A5090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A5091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A5092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A5093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A5094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/SeverityLevelTest.java

    Severity Rule Message Line Col
    #A5095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A5098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A5099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A5100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A5101 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 74
    #A5102 warning AnnotationOnSameLine Annotation 'DefaultLocale' should be on the same line with its target. 74 5
    #A5103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A5104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/TokenTypesTest.java

    Severity Rule Message Line Col
    #A5105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A5108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A5109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A5110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A5111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A5112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/ArrayTypeStyleCheckTest.java

    Severity Rule Message Line Col
    #A5113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A5115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A5118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A5119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A5120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A5121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A5122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/AvoidEscapedUnicodeCharactersCheckTest.java

    Severity Rule Message Line Col
    #A5123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A5124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A5125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A5126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A5127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A5128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A5129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A5130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A5131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A5132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A5133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A5134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A5135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A5136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A5137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338
    #A5138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338 5
    #A5139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A5140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A5141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A5142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A5143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A5144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/DescendantTokenCheckTest.java

    Severity Rule Message Line Col
    #A5145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A5147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A5150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A5151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A5152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A5153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A5154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A5155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A5156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A5157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A5160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A5161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A5162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A5163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A5164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A5165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A5166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A5167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A5168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A5169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A5170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A5171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A5172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A5173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255
    #A5174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255 5
    #A5175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A5176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A5177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289
    #A5178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289 5
    #A5179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A5180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A5181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A5182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A5183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A5184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A5185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A5186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheckTest.java

    Severity Rule Message Line Col
    #A5187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A5188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A5189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A5190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A5191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A5192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A5193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A5194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A5195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A5196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A5197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A5198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A5199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A5200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A5201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A5202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A5203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A5204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/NewlineAtEndOfFileCheckTest.java

    Severity Rule Message Line Col
    #A5205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A5206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A5207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A5208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A5209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A5210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A5211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A5212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A5213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A5214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A5215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A5218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A5219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A5220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A5221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A5222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A5223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A5224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A5225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A5226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A5227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A5228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A5229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A5230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A5231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A5232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A5233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A5234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/OrderedPropertiesCheckTest.java

    Severity Rule Message Line Col
    #A5235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A5236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A5237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A5238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A5239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A5240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A5241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A5242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A5243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A5244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A5245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A5246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A5247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A5248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A5249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A5250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A5251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A5252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A5253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A5254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A5255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A5256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheckTest.java

    Severity Rule Message Line Col
    #A5257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A5262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A5263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A5264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A5265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A5266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A5267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A5268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A5269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A5270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A5271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A5272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A5273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A5274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A5275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A5276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A5277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A5278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A5279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A5280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A5281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A5282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/SuppressWarningsHolderTest.java

    Severity Rule Message Line Col
    #A5283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A5284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A5285 warning AnnotationOnSameLine Annotation 'AfterEach' should be on the same line with its target. 65
    #A5286 warning AnnotationOnSameLine Annotation 'AfterEach' should be on the same line with its target. 65 5
    #A5287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A5288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A5289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A5290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A5291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A5292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A5293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A5296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A5297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A5298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A5299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A5300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A5301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A5302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A5303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A5304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A5305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A5306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A5307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A5308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A5309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A5310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A5311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A5312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A5313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208
    #A5314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208 5
    #A5315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A5316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A5317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A5318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A5319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A5320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A5321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A5322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A5323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A5324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A5325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302
    #A5326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302 5
    #A5327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327
    #A5328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327 5
    #A5329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A5330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A5331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A5332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A5333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A5334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A5335 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 383
    #A5336 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 383 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheckTest.java

    Severity Rule Message Line Col
    #A5337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A5339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A5342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A5343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A5344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/TrailingCommentCheckTest.java

    Severity Rule Message Line Col
    #A5345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A5346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A5347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A5348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A5349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A5350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A5351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A5352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A5353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A5354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A5355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A5356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A5357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A5358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/TranslationCheckTest.java

    Severity Rule Message Line Col
    #A5359 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 64
    #A5360 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 64 5
    #A5361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A5362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A5363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A5364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A5365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A5366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A5367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A5368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A5369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A5370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A5371 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 140
    #A5372 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 140 5
    #A5373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A5374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A5375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A5376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A5377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A5378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A5379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A5380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A5381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A5382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A5383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A5384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A5385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292
    #A5386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292 5
    #A5387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313
    #A5388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313 5
    #A5389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334
    #A5390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334 5
    #A5391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354
    #A5392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354 5
    #A5393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375
    #A5394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375 5
    #A5395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393
    #A5396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393 5
    #A5397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415
    #A5398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415 5
    #A5399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A5400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A5401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 461
    #A5402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 461 5
    #A5403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A5404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5
    #A5405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 523
    #A5406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 523 5
    #A5407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 553
    #A5408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 553 5
    #A5409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 578
    #A5410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 578 5
    #A5411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 601
    #A5412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 601 5
    #A5413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621
    #A5414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621 9
    #A5415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626
    #A5416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626 9
    #A5417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631
    #A5418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/UncommentedMainCheckTest.java

    Severity Rule Message Line Col
    #A5419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A5420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A5421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A5422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A5423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A5424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A5425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A5426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A5427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A5428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A5429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A5430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A5431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A5432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A5433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A5434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A5435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A5436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/UniquePropertiesCheckTest.java

    Severity Rule Message Line Col
    #A5437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A5438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A5439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A5440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A5441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A5442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A5443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A5444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A5445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A5448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A5449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A5450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A5451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A5452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/UpperEllCheckTest.java

    Severity Rule Message Line Col
    #A5453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A5455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A5458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A5459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A5460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationLocationCheckTest.java

    Severity Rule Message Line Col
    #A5461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A5463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A5466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A5467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A5468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A5469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A5470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A5471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A5472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A5473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A5474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A5475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A5476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A5477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A5478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A5479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A5480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A5481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A5482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A5483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A5484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A5485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A5486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A5487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A5488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A5489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A5490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A5491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A5492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A5493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A5494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A5495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281
    #A5496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281 5
    #A5497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296
    #A5498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationOnSameLineCheckTest.java

    Severity Rule Message Line Col
    #A5499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A5504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A5505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A5506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A5507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A5508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A5509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A5510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A5511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A5512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheckTest.java

    Severity Rule Message Line Col
    #A5513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A5514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A5515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A5516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A5517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A5518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A5519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A5520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A5521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A5522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A5523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A5524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A5525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A5526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A5527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A5528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A5529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A5530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A5531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A5532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A5533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A5534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A5535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A5536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A5537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245
    #A5538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245 5
    #A5539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256
    #A5540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256 5
    #A5541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A5542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A5543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A5544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A5545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305
    #A5546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305 5
    #A5547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316
    #A5548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316 5
    #A5549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327
    #A5550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327 5
    #A5551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336
    #A5552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336 5
    #A5553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344
    #A5554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344 5
    #A5555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359
    #A5556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheckTest.java

    Severity Rule Message Line Col
    #A5557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A5559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A5562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A5563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A5564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A5565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A5566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A5567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A5570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A5571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A5572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A5573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A5574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A5575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A5576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingOverrideCheckTest.java

    Severity Rule Message Line Col
    #A5577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A5578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A5579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A5580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A5581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A5582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A5583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A5584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A5585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A5586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A5587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A5588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A5589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A5590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A5591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A5592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A5593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A5594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A5595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A5596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A5597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A5598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A5599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A5600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A5601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A5602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A5603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A5604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A5605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A5606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/PackageAnnotationCheckTest.java

    Severity Rule Message Line Col
    #A5607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A5610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A5611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A5612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A5613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A5614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A5615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A5616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheckTest.java

    Severity Rule Message Line Col
    #A5617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A5618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A5619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A5620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A5621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A5622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A5623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A5624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A5625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A5626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A5627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A5628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A5629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183
    #A5630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183 5
    #A5631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A5632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A5633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255
    #A5634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255 5
    #A5635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A5636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A5637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299
    #A5638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299 5
    #A5639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327
    #A5640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327 5
    #A5641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389
    #A5642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389 5
    #A5643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A5644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A5645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 421
    #A5646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 421 5
    #A5647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441
    #A5648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441 5
    #A5649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 462
    #A5650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 462 5
    #A5651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505
    #A5652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505 5
    #A5653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 525
    #A5654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 525 5
    #A5655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562
    #A5656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562 5
    #A5657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 590
    #A5658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 590 5
    #A5659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652
    #A5660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652 5
    #A5661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 666
    #A5662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 666 5
    #A5663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694
    #A5664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694 5
    #A5665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 722
    #A5666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 722 5
    #A5667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 780
    #A5668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 780 5
    #A5669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 796
    #A5670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 796 5
    #A5671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 825
    #A5672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 825 5
    #A5673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 838
    #A5674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 838 5
    #A5675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 858
    #A5676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 858 5
    #A5677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 879
    #A5678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 879 5
    #A5679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 918
    #A5680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 918 5
    #A5681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 938
    #A5682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 938 5
    #A5683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 976
    #A5684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 976 5
    #A5685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1004
    #A5686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1004 5
    #A5687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059
    #A5688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059 5
    #A5689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1068
    #A5690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1068 5
    #A5691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1077
    #A5692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1077 5
    #A5693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1090
    #A5694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1090 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/AvoidNestedBlocksCheckTest.java

    Severity Rule Message Line Col
    #A5695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A5700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A5701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A5702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A5703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A5704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyBlockCheckTest.java

    Severity Rule Message Line Col
    #A5705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A5706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A5707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A5708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A5709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A5710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A5711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A5712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A5713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A5714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A5715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A5718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A5719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A5720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A5721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A5722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A5723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A5724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A5725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A5726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A5727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A5728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A5729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A5730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyCatchBlockCheckTest.java

    Severity Rule Message Line Col
    #A5731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A5736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A5737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A5738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A5739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A5740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A5741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A5742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/LeftCurlyCheckTest.java

    Severity Rule Message Line Col
    #A5743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A5744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A5745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A5746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A5747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A5748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A5749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A5750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A5751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A5752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A5753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A5754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A5755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A5756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A5757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A5758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A5759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A5760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A5761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A5762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A5763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A5764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A5765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A5766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A5767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A5768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A5769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245
    #A5770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245 5
    #A5771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A5772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A5773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A5774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A5775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296
    #A5776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296 5
    #A5777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A5778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A5779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A5780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A5781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332
    #A5782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332 5
    #A5783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A5784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A5785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A5786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A5787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 367
    #A5788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 367 5
    #A5789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A5790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A5791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406
    #A5792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406 5
    #A5793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A5794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/NeedBracesCheckTest.java

    Severity Rule Message Line Col
    #A5795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A5796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A5797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A5798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A5799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A5800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A5801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A5802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A5803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A5804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A5805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A5806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A5807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A5808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A5809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A5810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A5811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A5812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A5813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A5814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A5815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A5816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A5817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A5818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A5819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A5820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5
    #A5821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A5822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyCheckTest.java

    Severity Rule Message Line Col
    #A5823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A5824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A5825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A5826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A5827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A5828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A5829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A5830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A5831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A5832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A5833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A5834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A5835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A5836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A5837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A5838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A5839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A5840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A5841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A5842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A5843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A5844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A5845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A5846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A5847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A5848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A5849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A5850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A5851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328
    #A5852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328 5
    #A5853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337
    #A5854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337 5
    #A5855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A5856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A5857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368
    #A5858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368 5
    #A5859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381
    #A5860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381 5
    #A5861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 394
    #A5862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 394 5
    #A5863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A5864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5
    #A5865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A5866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A5867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 436
    #A5868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 436 5
    #A5869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444
    #A5870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444 5
    #A5871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 454
    #A5872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 454 5
    #A5873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463
    #A5874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463 5
    #A5875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493
    #A5876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493 5
    #A5877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 512
    #A5878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 512 5
    #A5879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532
    #A5880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532 5
    #A5881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559
    #A5882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559 5
    #A5883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A5884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A5885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594
    #A5886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594 5
    #A5887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 606
    #A5888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 606 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ArrayTrailingCommaCheckTest.java

    Severity Rule Message Line Col
    #A5889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A5894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidDoubleBraceInitializationCheckTest.java

    Severity Rule Message Line Col
    #A5895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A5900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidInlineConditionalsCheckTest.java

    Severity Rule Message Line Col
    #A5901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A5906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidNoArgumentSuperConstructorCallCheckTest.java

    Severity Rule Message Line Col
    #A5907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A5912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/CovariantEqualsCheckTest.java

    Severity Rule Message Line Col
    #A5913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A5918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/DeclarationOrderCheckTest.java

    Severity Rule Message Line Col
    #A5919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A5920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A5921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A5922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A5923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A5924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A5925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A5926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A5927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A5928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A5929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A5930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A5931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A5932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A5933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A5934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A5935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A5936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A5937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A5938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/DefaultComesLastCheckTest.java

    Severity Rule Message Line Col
    #A5939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A5944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A5945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A5946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A5947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A5948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/EmptyStatementCheckTest.java

    Severity Rule Message Line Col
    #A5949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A5954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheckTest.java

    Severity Rule Message Line Col
    #A5955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A5956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A5957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A5958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A5959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A5960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A5961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A5962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A5963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A5964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A5965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A5966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A5967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A5968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheckTest.java

    Severity Rule Message Line Col
    #A5969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A5970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A5971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A5972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A5973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A5974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A5975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A5976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A5977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A5978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A5979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A5980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A5981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A5982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ExplicitInitializationCheckTest.java

    Severity Rule Message Line Col
    #A5983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A5984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A5985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A5986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A5987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A5988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A5989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A5990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/FallThroughCheckTest.java

    Severity Rule Message Line Col
    #A5991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A5993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A5994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A5995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A5996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A5997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A5998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A5999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A6000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A6001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A6002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A6003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A6004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A6005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A6006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/FinalLocalVariableCheckTest.java

    Severity Rule Message Line Col
    #A6007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A6008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A6009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A6010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A6011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A6012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A6013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A6014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A6015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A6016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A6017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A6018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A6019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A6020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A6021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A6022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A6023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A6024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A6025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A6026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A6027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A6028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A6029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A6030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A6031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A6032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A6033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A6034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A6035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A6036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A6037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A6038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A6039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A6040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A6041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A6042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A6043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A6044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/HiddenFieldCheckTest.java

    Severity Rule Message Line Col
    #A6045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A6046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A6047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A6048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A6049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A6050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A6051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A6052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A6053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A6054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A6055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A6056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A6057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A6058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A6059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A6060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A6061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289
    #A6062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289 5
    #A6063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A6064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5
    #A6065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363
    #A6066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363 5
    #A6067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A6068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A6069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422
    #A6070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422 5
    #A6071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438
    #A6072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalCatchCheckTest.java

    Severity Rule Message Line Col
    #A6073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A6077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A6079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A6080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A6081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A6082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A6083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A6084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalInstantiationCheckTest.java

    Severity Rule Message Line Col
    #A6085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A6089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A6090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A6091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A6092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A6093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A6094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A6095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A6096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A6097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A6098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A6099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A6100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A6101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A6102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A6103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A6104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A6105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A6106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A6107 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 178
    #A6108 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 178 5
    #A6109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A6110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A6111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A6112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A6113 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 225
    #A6114 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 225 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java

    Severity Rule Message Line Col
    #A6115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A6121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A6122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A6123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A6124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A6125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A6126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A6127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A6128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A6129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A6130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenCheckTest.java

    Severity Rule Message Line Col
    #A6131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A6132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A6133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A6134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A6135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A6137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A6138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A6139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A6140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A6141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A6142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A6143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A6144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A6145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A6146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenTextCheckTest.java

    Severity Rule Message Line Col
    #A6147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A6148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A6149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A6150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A6151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A6152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A6153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A6154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A6155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A6156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A6157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A6158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A6159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A6161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A6162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A6163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A6164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTypeCheckTest.java

    Severity Rule Message Line Col
    #A6165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A6166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A6167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A6168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A6169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A6170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A6171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A6172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A6173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A6174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A6175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A6176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A6177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A6178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A6179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A6180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A6181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A6182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A6183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A6184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A6185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A6186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A6187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A6188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A6189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A6190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A6191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A6192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5
    #A6193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A6194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A6195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A6196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A6197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A6198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A6199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A6200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5
    #A6201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316
    #A6202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316 5
    #A6203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A6204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/InnerAssignmentCheckTest.java

    Severity Rule Message Line Col
    #A6205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A6207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A6208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A6209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A6210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A6211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A6212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MagicNumberCheckTest.java

    Severity Rule Message Line Col
    #A6213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A6217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A6218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A6219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A6220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A6221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A6222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A6223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A6224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A6225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A6226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A6227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A6228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A6229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A6230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A6231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471
    #A6232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheckTest.java

    Severity Rule Message Line Col
    #A6233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A6237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingSwitchDefaultCheckTest.java

    Severity Rule Message Line Col
    #A6239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ModifiedControlVariableCheckTest.java

    Severity Rule Message Line Col
    #A6245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A6246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A6247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A6249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A6250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A6251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A6252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A6253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A6254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A6255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A6256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A6257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A6258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A6259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A6260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A6261 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 145
    #A6262 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheckTest.java

    Severity Rule Message Line Col
    #A6263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A6264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A6265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A6266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A6267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A6268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A6269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A6270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A6271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A6272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A6273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A6275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A6276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A6277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A6278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A6279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A6280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleVariableDeclarationsCheckTest.java

    Severity Rule Message Line Col
    #A6281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A6286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedForDepthCheckTest.java

    Severity Rule Message Line Col
    #A6287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A6290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A6291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A6292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A6293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A6294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedIfDepthCheckTest.java

    Severity Rule Message Line Col
    #A6295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A6300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A6301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A6302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedTryDepthCheckTest.java

    Severity Rule Message Line Col
    #A6303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A6307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A6309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A6310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoArrayTrailingCommaCheckTest.java

    Severity Rule Message Line Col
    #A6311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A6315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoCloneCheckTest.java

    Severity Rule Message Line Col
    #A6317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A6322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoEnumTrailingCommaCheckTest.java

    Severity Rule Message Line Col
    #A6323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A6327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A6328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoFinalizerCheckTest.java

    Severity Rule Message Line Col
    #A6329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A6330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A6331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A6332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A6333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A6334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A6335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A6336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A6337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A6338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/OneStatementPerLineCheckTest.java

    Severity Rule Message Line Col
    #A6339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A6344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A6345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A6346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A6347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A6348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A6349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A6350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A6351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/OverloadMethodsDeclarationOrderCheckTest.java

    Severity Rule Message Line Col
    #A6353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A6358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/PackageDeclarationCheckTest.java

    Severity Rule Message Line Col
    #A6359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A6361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A6362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A6363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A6365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A6366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A6367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A6368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A6369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A6370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A6371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A6372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A6373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A6374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A6375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A6376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A6377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A6378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A6379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A6380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A6381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A6382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ParameterAssignmentCheckTest.java

    Severity Rule Message Line Col
    #A6383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A6387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A6388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A6389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A6390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A6391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A6392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A6393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A6395 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 112
    #A6396 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/RequireThisCheckTest.java

    Severity Rule Message Line Col
    #A6397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A6398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A6399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A6400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A6401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A6402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A6403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A6404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A6405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A6406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A6407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A6408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A6409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A6410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A6411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183
    #A6412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183 5
    #A6413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A6414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A6415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A6416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A6417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A6418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A6419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A6420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A6421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292
    #A6422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292 5
    #A6423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299
    #A6424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299 5
    #A6425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307
    #A6426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307 5
    #A6427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A6428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A6429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A6430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A6431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A6432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5
    #A6433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354
    #A6434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354 5
    #A6435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364
    #A6436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364 5
    #A6437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 372
    #A6438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 372 5
    #A6439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 380
    #A6440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 380 5
    #A6441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391
    #A6442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391 5
    #A6443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A6444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A6445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406
    #A6446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406 5
    #A6447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430
    #A6448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ReturnCountCheckTest.java

    Severity Rule Message Line Col
    #A6449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A6453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A6454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A6455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A6456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A6457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A6458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A6459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A6460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A6461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A6463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A6464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A6465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A6466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A6467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A6468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A6469 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 170
    #A6470 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanExpressionCheckTest.java

    Severity Rule Message Line Col
    #A6471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A6476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanReturnCheckTest.java

    Severity Rule Message Line Col
    #A6477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A6482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/StringLiteralEqualityCheckTest.java

    Severity Rule Message Line Col
    #A6483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperCloneCheckTest.java

    Severity Rule Message Line Col
    #A6489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A6490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A6491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A6492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A6493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A6494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A6495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A6496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A6497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A6498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A6499 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 87
    #A6500 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperFinalizeCheckTest.java

    Severity Rule Message Line Col
    #A6501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A6502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A6503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A6504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheckTest.java

    Severity Rule Message Line Col
    #A6505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A6506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A6507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A6508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A6509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A6510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A6511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A6513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A6514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterTypeMemberDeclarationCheckTest.java

    Severity Rule Message Line Col
    #A6515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A6516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A6517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A6518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A6519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A6520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInEnumerationCheckTest.java

    Severity Rule Message Line Col
    #A6521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A6522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A6523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A6524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A6525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A6526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInTryWithResourcesCheckTest.java

    Severity Rule Message Line Col
    #A6527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A6530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A6531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A6533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A6534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/VariableDeclarationUsageDistanceCheckTest.java

    Severity Rule Message Line Col
    #A6535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A6536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A6537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A6538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A6539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A6540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A6541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A6543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A6544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A6545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A6546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A6547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A6548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A6549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A6550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A6551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A6552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A6553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A6554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/DesignForExtensionCheckTest.java

    Severity Rule Message Line Col
    #A6555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A6556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A6557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A6558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A6559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A6560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A6561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A6562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A6563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A6564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A6565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A6566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A6567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A6569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A6570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/FinalClassCheckTest.java

    Severity Rule Message Line Col
    #A6571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A6572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A6573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A6574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A6575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A6577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A6578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A6579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A6580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A6581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A6582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A6583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A6584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A6585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/HideUtilityClassConstructorCheckTest.java

    Severity Rule Message Line Col
    #A6587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A6588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A6589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A6590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A6591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A6592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A6593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A6594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A6595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A6596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A6597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A6598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A6599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A6600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A6601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A6602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A6603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A6604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A6605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A6607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A6608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A6609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A6610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A6611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A6612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A6613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A6614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/InnerTypeLastCheckTest.java

    Severity Rule Message Line Col
    #A6615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A6616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A6617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A6618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A6619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A6620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A6621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A6622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A6623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A6624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A6625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A6626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A6627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A6628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/InterfaceIsTypeCheckTest.java

    Severity Rule Message Line Col
    #A6629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A6631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A6632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A6633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A6635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A6636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A6637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A6638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/MutableExceptionCheckTest.java

    Severity Rule Message Line Col
    #A6639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A6640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A6641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A6642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A6643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A6644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A6645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A6646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A6647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A6648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A6649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A6650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A6651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A6653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A6654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/OneTopLevelClassCheckTest.java

    Severity Rule Message Line Col
    #A6655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A6656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A6657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A6658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A6659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A6660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A6661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A6662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A6663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A6664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A6665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A6666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A6667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A6668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A6669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A6670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A6671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A6672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A6673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A6674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A6675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A6676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A6677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A6678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A6679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A6680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/ThrowsCountCheckTest.java

    Severity Rule Message Line Col
    #A6681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A6682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A6683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A6684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A6685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A6686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A6687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A6688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A6689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A6690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A6691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A6692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A6693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A6694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A6695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/VisibilityModifierCheckTest.java

    Severity Rule Message Line Col
    #A6697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A6698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A6699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A6701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A6702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A6703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A6704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A6705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A6706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A6707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A6709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A6710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A6711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A6712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A6713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A6714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A6715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A6716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A6717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A6718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A6719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A6720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A6721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A6722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A6723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A6724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A6725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A6726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A6727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280
    #A6728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280 5
    #A6729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A6730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A6731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A6732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A6733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A6734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A6735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358
    #A6736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358 5
    #A6737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 369
    #A6738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 369 5
    #A6739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383
    #A6740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383 5
    #A6741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A6742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A6743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A6744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A6745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 419
    #A6746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 419 5
    #A6747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A6748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A6749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445
    #A6750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445 5
    #A6751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488
    #A6752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488 5
    #A6753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 501
    #A6754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 501 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/header/HeaderCheckTest.java

    Severity Rule Message Line Col
    #A6755 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 43
    #A6756 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 43 5
    #A6757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A6758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A6759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A6760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A6761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A6762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A6763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A6764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A6765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A6766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A6767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A6768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A6769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A6770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A6771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A6772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A6773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A6774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A6775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A6776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A6777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A6778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A6779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A6780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A6781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208
    #A6782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208 5
    #A6783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A6784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5
    #A6785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A6786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A6787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A6788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A6789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A6790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A6791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A6792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A6793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280
    #A6794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheckTest.java

    Severity Rule Message Line Col
    #A6795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A6799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A6800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A6801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A6802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A6803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A6804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A6805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A6806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A6807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A6808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A6809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A6810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A6811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A6812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A6813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A6814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A6815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A6816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A6817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A6818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A6819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A6820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A6821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A6822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A6823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A6824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A6825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A6826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5
    #A6827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239
    #A6828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239 5
    #A6829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249
    #A6830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249 5
    #A6831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A6832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A6833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A6834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A6835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281
    #A6836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281 5
    #A6837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A6838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A6839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A6840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A6841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A6842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A6843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A6844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A6845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A6846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A6847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347
    #A6848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/AccessResultTest.java

    Severity Rule Message Line Col
    #A6849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A6850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A6851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A6852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStarImportCheckTest.java

    Severity Rule Message Line Col
    #A6853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A6855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A6856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A6857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A6858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A6859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A6860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A6861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A6862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A6863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A6864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A6865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A6866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStaticImportCheckTest.java

    Severity Rule Message Line Col
    #A6867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A6869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A6870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A6871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A6872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A6873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A6874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A6875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A6876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A6877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A6878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A6879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A6880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A6881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A6882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ClassImportRuleTest.java

    Severity Rule Message Line Col
    #A6883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A6884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5
    #A6885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A6886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A6887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A6888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/CustomImportOrderCheckTest.java

    Severity Rule Message Line Col
    #A6889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A6890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A6891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A6892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A6893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A6894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A6895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A6896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A6897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A6898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A6899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A6900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A6901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A6902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A6903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A6904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A6905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A6906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A6907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A6908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A6909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A6910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A6911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A6912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A6913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A6914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A6915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A6916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A6917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345
    #A6918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345 5
    #A6919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361
    #A6920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361 5
    #A6921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 379
    #A6922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 379 5
    #A6923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A6924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A6925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A6926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5
    #A6927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425
    #A6928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425 5
    #A6929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439
    #A6930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439 5
    #A6931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 464
    #A6932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 464 5
    #A6933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 484
    #A6934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 484 5
    #A6935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 501
    #A6936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 501 5
    #A6937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 515
    #A6938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 515 5
    #A6939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 543
    #A6940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 543 5
    #A6941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 571
    #A6942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 571 5
    #A6943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 598
    #A6944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 598 5
    #A6945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624
    #A6946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624 5
    #A6947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 634
    #A6948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 634 5
    #A6949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 648
    #A6950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 648 5
    #A6951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 679
    #A6952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 679 5
    #A6953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694
    #A6954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694 5
    #A6955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 709
    #A6956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 709 5
    #A6957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 724
    #A6958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 724 5
    #A6959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 744
    #A6960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 744 5
    #A6961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 765
    #A6962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 765 5
    #A6963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 788
    #A6964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 788 5
    #A6965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814
    #A6966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814 5
    #A6967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 831
    #A6968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 831 5
    #A6969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 865
    #A6970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 865 5
    #A6971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 889
    #A6972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 889 5
    #A6973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 911
    #A6974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 911 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/FileImportControlTest.java

    Severity Rule Message Line Col
    #A6975 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 37
    #A6976 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 37 5
    #A6977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A6978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/IllegalImportCheckTest.java

    Severity Rule Message Line Col
    #A6979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A6981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A6982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A6983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A6984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A6985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A6986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A6987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A6988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A6989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A6990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A6991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A6992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A6993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A6994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A6995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A6996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlCheckTest.java

    Severity Rule Message Line Col
    #A6997 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 45
    #A6998 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 45 5
    #A6999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A7000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A7001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A7002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A7003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A7004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A7005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A7006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A7007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A7008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A7009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A7010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A7011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A7012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A7013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A7014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A7015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A7016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A7017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A7018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A7019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A7020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A7021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A7022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A7023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A7024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A7025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A7026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A7027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A7028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5
    #A7029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A7030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A7031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A7032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A7033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A7034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A7035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A7036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A7037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A7038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A7039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256
    #A7040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256 5
    #A7041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A7042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A7043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A7044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A7045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A7046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A7047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A7048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A7049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A7050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A7051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A7052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5
    #A7053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A7054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A7055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375
    #A7056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375 5
    #A7057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 385
    #A7058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 385 5
    #A7059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395
    #A7060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395 5
    #A7061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405
    #A7062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405 5
    #A7063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418
    #A7064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418 5
    #A7065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 429
    #A7066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 429 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlLoaderTest.java

    Severity Rule Message Line Col
    #A7067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A7068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A7069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A7070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A7071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A7072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A7073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A7074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A7075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A7076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A7077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A7078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheckTest.java

    Severity Rule Message Line Col
    #A7079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A7080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A7081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A7082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A7083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A7084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A7085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A7086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A7087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A7088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A7089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A7090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A7091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A7092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A7093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A7094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A7095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A7096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A7097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A7098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A7099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A7100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A7101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A7102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A7103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A7104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A7105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A7106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A7107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A7108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A7109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A7110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A7111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263
    #A7112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263 5
    #A7113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283
    #A7114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283 5
    #A7115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299
    #A7116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299 5
    #A7117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317
    #A7118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317 5
    #A7119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328
    #A7120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328 5
    #A7121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A7122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5
    #A7123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A7124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A7125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364
    #A7126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364 5
    #A7127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A7128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A7129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388
    #A7130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388 5
    #A7131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 401
    #A7132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 401 5
    #A7133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415
    #A7134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415 5
    #A7135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A7136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A7137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453
    #A7138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453 5
    #A7139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 468
    #A7140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 468 5
    #A7141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481
    #A7142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481 5
    #A7143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 491
    #A7144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 491 5
    #A7145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 503
    #A7146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 503 5
    #A7147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 516
    #A7148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 516 5
    #A7149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532
    #A7150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532 5
    #A7151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 546
    #A7152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 546 5
    #A7153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 561
    #A7154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 561 5
    #A7155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 575
    #A7156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 575 5
    #A7157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 590
    #A7158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 590 5
    #A7159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 607
    #A7160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 607 5
    #A7161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630
    #A7162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630 5
    #A7163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 640
    #A7164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 640 5
    #A7165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 660
    #A7166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 660 5
    #A7167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 705
    #A7168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 705 5
    #A7169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719
    #A7170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719 5
    #A7171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 733
    #A7172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 733 5
    #A7173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750
    #A7174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750 5
    #A7175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764
    #A7176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764 5
    #A7177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 781
    #A7178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 781 5
    #A7179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 797
    #A7180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 797 5
    #A7181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 811
    #A7182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 811 5
    #A7183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 823
    #A7184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 823 5
    #A7185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 839
    #A7186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 839 5
    #A7187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 856
    #A7188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 856 5
    #A7189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868
    #A7190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868 5
    #A7191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 886
    #A7192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 886 5
    #A7193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 902
    #A7194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 902 5
    #A7195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 919
    #A7196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 919 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportControlTest.java

    Severity Rule Message Line Col
    #A7197 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 45
    #A7198 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 45 5
    #A7199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A7200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A7201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A7202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A7203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A7204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A7205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A7206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A7207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A7208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A7209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A7210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A7211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A7212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A7213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A7214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A7215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A7216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A7217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A7218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A7219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A7220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A7221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A7222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A7223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A7224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5
    #A7225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A7226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportRuleTest.java

    Severity Rule Message Line Col
    #A7227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A7228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5
    #A7229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A7230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A7231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A7232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A7233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A7234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A7235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A7236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A7237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A7238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/RedundantImportCheckTest.java

    Severity Rule Message Line Col
    #A7239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A7240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A7241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A7242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A7243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A7244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A7245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A7246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A7247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A7248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A7249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A7250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheckTest.java

    Severity Rule Message Line Col
    #A7251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A7252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A7253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A7254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A7255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A7256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A7257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A7258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A7259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A7260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A7261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A7262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A7263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A7264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A7265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A7266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A7267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A7268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A7269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A7270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A7271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A7272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A7273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A7274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A7275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A7276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A7277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A7278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheckTest.java

    Severity Rule Message Line Col
    #A7279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A7280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A7281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A7282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A7283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A7284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A7285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A7286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A7287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A7288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A7289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A7290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A7291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A7292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A7293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A7294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A7295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A7296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A7297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A7298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A7299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A7300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A7301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265
    #A7302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java

    Severity Rule Message Line Col
    #A7303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A7304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A7305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A7306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A7307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A7308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A7309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A7310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A7311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A7312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A7313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A7314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A7315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A7316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A7317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A7318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A7319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A7320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A7321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297
    #A7322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297 5
    #A7323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317
    #A7324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317 5
    #A7325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A7326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A7327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355
    #A7328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355 5
    #A7329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371
    #A7330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371 5
    #A7331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A7332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A7333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 403
    #A7334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 403 5
    #A7335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 419
    #A7336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 419 5
    #A7337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435
    #A7338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435 5
    #A7339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451
    #A7340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451 5
    #A7341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 483
    #A7342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 483 5
    #A7343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 503
    #A7344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 503 5
    #A7345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526
    #A7346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526 5
    #A7347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 546
    #A7348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 546 5
    #A7349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562
    #A7350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562 5
    #A7351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A7352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A7353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 599
    #A7354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 599 5
    #A7355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 620
    #A7356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 620 5
    #A7357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672
    #A7358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672 5
    #A7359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719
    #A7360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719 5
    #A7361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737
    #A7362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737 5
    #A7363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 755
    #A7364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 755 5
    #A7365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 773
    #A7366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 773 5
    #A7367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 825
    #A7368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 825 5
    #A7369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 843
    #A7370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 843 5
    #A7371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 890
    #A7372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 890 5
    #A7373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 945
    #A7374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 945 5
    #A7375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1010
    #A7376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1010 5
    #A7377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1107
    #A7378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1107 5
    #A7379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1158
    #A7380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1158 5
    #A7381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1175
    #A7382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1175 5
    #A7383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1227
    #A7384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1227 5
    #A7385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1245
    #A7386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1245 5
    #A7387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1263
    #A7388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1263 5
    #A7389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1299
    #A7390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1299 5
    #A7391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1317
    #A7392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1317 5
    #A7393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1335
    #A7394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1335 5
    #A7395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1356
    #A7396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1356 5
    #A7397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1374
    #A7398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1374 5
    #A7399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1392
    #A7400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1392 5
    #A7401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1410
    #A7402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1410 5
    #A7403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1428
    #A7404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1428 5
    #A7405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1444
    #A7406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1444 5
    #A7407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1471
    #A7408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1471 5
    #A7409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1489
    #A7410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1489 5
    #A7411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1507
    #A7412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1507 5
    #A7413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1528
    #A7414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1528 5
    #A7415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1540
    #A7416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1540 5
    #A7417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1556
    #A7418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1556 5
    #A7419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1572
    #A7420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1572 5
    #A7421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1589
    #A7422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1589 5
    #A7423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1606
    #A7424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1606 5
    #A7425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1624
    #A7426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1624 5
    #A7427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1639
    #A7428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1639 5
    #A7429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1660
    #A7430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1660 5
    #A7431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1683
    #A7432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1683 5
    #A7433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1691
    #A7434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1691 5
    #A7435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1701
    #A7436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1701 5
    #A7437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1712
    #A7438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1712 5
    #A7439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1720
    #A7440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1720 5
    #A7441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1731
    #A7442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1731 5
    #A7443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1752
    #A7444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1752 5
    #A7445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1762
    #A7446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1762 5
    #A7447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1771
    #A7448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1771 5
    #A7449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1780
    #A7450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1780 5
    #A7451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1790
    #A7452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1790 5
    #A7453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1800
    #A7454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1800 5
    #A7455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1812
    #A7456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1812 5
    #A7457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1828
    #A7458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1828 5
    #A7459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1845
    #A7460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1845 5
    #A7461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1858
    #A7462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1858 5
    #A7463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1902
    #A7464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1902 5
    #A7465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1937
    #A7466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1937 5
    #A7467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1976
    #A7468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1976 5
    #A7469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1998
    #A7470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1998 5
    #A7471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2006
    #A7472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2006 5
    #A7473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2019
    #A7474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2019 5
    #A7475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2052
    #A7476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2052 9
    #A7477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2057
    #A7478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2057 9
    #A7479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2062
    #A7480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2062 9
    #A7481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2067
    #A7482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2067 9
    #A7483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2072
    #A7484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2072 9
    #A7485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2097
    #A7486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2097 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/LineSetTest.java

    Severity Rule Message Line Col
    #A7487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 28
    #A7488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AbstractJavadocCheckTest.java

    Severity Rule Message Line Col
    #A7489 warning AnnotationOnSameLine Annotation 'ExtendWith' should be on the same line with its target. 57
    #A7490 warning AnnotationOnSameLine Annotation 'ExtendWith' should be on the same line with its target. 57 1
    #A7491 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 60
    #A7492 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 60 5
    #A7493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A7494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A7495 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 76
    #A7496 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 76 5
    #A7497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A7498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A7499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A7500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A7501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A7502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A7503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A7504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A7505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A7506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A7507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A7508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A7509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A7510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A7511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A7512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A7513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A7514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A7515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A7516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A7517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A7518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A7519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A7520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A7521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A7522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 13
    #A7523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A7524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13
    #A7525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A7526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A7527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A7528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A7529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283
    #A7530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283 5
    #A7531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A7532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A7533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317
    #A7534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317 5
    #A7535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A7536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A7537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362
    #A7538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362 5
    #A7539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A7540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A7541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A7542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A7543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417
    #A7544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417 5
    #A7545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471
    #A7546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471 9
    #A7547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 476
    #A7548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 476 9
    #A7549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491
    #A7550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491 9
    #A7551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 496
    #A7552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 496 9
    #A7553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509
    #A7554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509 9
    #A7555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A7556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 9
    #A7557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 519
    #A7558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 519 9
    #A7559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524
    #A7560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524 9
    #A7561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533
    #A7562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533 9
    #A7563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 538
    #A7564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 538 9
    #A7565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 543
    #A7566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 543 9
    #A7567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 548
    #A7568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 548 9
    #A7569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 565
    #A7570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 565 9
    #A7571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 570
    #A7572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 570 9
    #A7573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 575
    #A7574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 575 9
    #A7575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 580
    #A7576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 580 9
    #A7577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 585
    #A7578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 585 9
    #A7579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 600
    #A7580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 600 9
    #A7581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 609
    #A7582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 609 9
    #A7583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616
    #A7584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616 9
    #A7585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631
    #A7586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631 9
    #A7587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 640
    #A7588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 640 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AtclauseOrderCheckTest.java

    Severity Rule Message Line Col
    #A7589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A7590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A7591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A7592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A7593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A7594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A7595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A7596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A7597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A7598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A7599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A7600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A7601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A7602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/InvalidJavadocPositionCheckTest.java

    Severity Rule Message Line Col
    #A7603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A7604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A7605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A7606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A7607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A7608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A7609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A7610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A7611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A7612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A7613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A7614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocBlockTagLocationCheckTest.java

    Severity Rule Message Line Col
    #A7615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A7616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A7617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A7618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A7619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A7620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A7621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A7622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A7623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A7624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A7625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A7626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocContentLocationCheckTest.java

    Severity Rule Message Line Col
    #A7627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A7628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A7629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A7630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A7631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A7632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A7633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A7634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A7635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A7636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A7637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A7638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A7639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A7640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A7641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A7642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheckTest.java

    Severity Rule Message Line Col
    #A7643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A7644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A7645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A7646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A7647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A7648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A7649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A7650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A7651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A7652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A7653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A7654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A7655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A7656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A7657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A7658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A7659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A7660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A7661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A7662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A7663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A7664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A7665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A7666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A7667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A7668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A7669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A7670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A7671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A7672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A7673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A7674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A7675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A7676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A7677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A7678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A7679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A7680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A7681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A7682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A7683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306
    #A7684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306 5
    #A7685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313
    #A7686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313 5
    #A7687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A7688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A7689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332
    #A7690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332 5
    #A7691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349
    #A7692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349 5
    #A7693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A7694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A7695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363
    #A7696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363 5
    #A7697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370
    #A7698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370 5
    #A7699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383
    #A7700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383 5
    #A7701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396
    #A7702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396 5
    #A7703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409
    #A7704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409 5
    #A7705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416
    #A7706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416 5
    #A7707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430
    #A7708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430 5
    #A7709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441
    #A7710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441 5
    #A7711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 452
    #A7712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 452 5
    #A7713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459
    #A7714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459 5
    #A7715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 466
    #A7716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 466 5
    #A7717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476
    #A7718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476 5
    #A7719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488
    #A7720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488 5
    #A7721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 500
    #A7722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 500 5
    #A7723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540
    #A7724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540 5
    #A7725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577
    #A7726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocNodeImplTest.java

    Severity Rule Message Line Col
    #A7727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A7728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5
    #A7729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A7730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocPackageCheckTest.java

    Severity Rule Message Line Col
    #A7731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A7732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A7733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A7734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A7735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A7736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A7737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A7738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A7739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A7740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A7741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A7742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A7743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A7744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A7745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A7746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A7747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A7748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A7749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A7750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocParagraphCheckTest.java

    Severity Rule Message Line Col
    #A7751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A7752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A7753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A7754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A7755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A7756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A7757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A7758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A7759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A7760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocStyleCheckTest.java

    Severity Rule Message Line Col
    #A7761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A7762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A7763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A7764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A7765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A7766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A7767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A7768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A7769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A7770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A7771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A7772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A7773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A7774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A7775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A7776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A7777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A7778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A7779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A7780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5
    #A7781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257
    #A7782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257 5
    #A7783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A7784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A7785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307
    #A7786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307 5
    #A7787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337
    #A7788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337 5
    #A7789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A7790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A7791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A7792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A7793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A7794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A7795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A7796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A7797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 401
    #A7798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 401 5
    #A7799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418
    #A7800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418 5
    #A7801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 426
    #A7802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 426 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagContinuationIndentationCheckTest.java

    Severity Rule Message Line Col
    #A7803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A7804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A7805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A7806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A7807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A7808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A7809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A7810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A7811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A7812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagInfoTest.java

    Severity Rule Message Line Col
    #A7813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A7814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A7815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A7816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A7817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A7818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A7819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A7820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A7821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A7822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A7823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A7824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A7825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A7826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A7827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A7828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A7829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A7830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A7831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A7832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5
    #A7833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A7834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A7835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A7836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5
    #A7837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A7838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A7839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A7840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A7841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 380
    #A7842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 380 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagTest.java

    Severity Rule Message Line Col
    #A7843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A7844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A7845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A7846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A7847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A7848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A7849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A7850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A7851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A7852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTypeCheckTest.java

    Severity Rule Message Line Col
    #A7853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A7854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A7855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A7856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A7857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A7858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A7859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A7860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A7861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A7862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A7863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A7864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A7865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A7866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A7867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A7868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A7869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A7870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A7871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A7872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A7873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A7874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A7875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A7876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A7877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A7878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A7879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A7880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A7881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A7882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A7883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A7884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A7885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A7886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A7887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A7888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A7889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A7890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A7891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A7892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A7893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A7894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5
    #A7895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289
    #A7896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289 5
    #A7897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A7898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A7899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316
    #A7900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316 5
    #A7901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A7902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A7903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341
    #A7904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341 5
    #A7905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352
    #A7906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352 5
    #A7907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363
    #A7908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363 5
    #A7909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A7910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A7911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389
    #A7912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocVariableCheckTest.java

    Severity Rule Message Line Col
    #A7913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A7914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A7915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A7916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A7917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A7918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A7919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A7920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A7921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A7922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A7923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A7924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A7925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A7926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A7927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A7928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A7929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A7930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A7931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A7932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A7933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A7934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A7935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A7936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A7937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289
    #A7938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289 5
    #A7939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A7940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocMethodCheckTest.java

    Severity Rule Message Line Col
    #A7941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A7942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A7943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A7944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A7945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A7946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A7947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A7948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A7949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A7950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A7951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A7952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A7953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A7954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A7955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A7956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A7957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A7958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A7959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A7960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A7961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A7962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A7963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A7964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A7965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A7966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A7967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A7968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A7969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A7970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A7971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A7972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A7973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A7974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A7975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A7976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A7977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A7978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A7979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A7980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A7981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A7982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A7983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A7984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A7985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381
    #A7986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381 5
    #A7987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A7988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A7989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399
    #A7990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399 5
    #A7991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409
    #A7992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409 5
    #A7993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 423
    #A7994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 423 5
    #A7995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433
    #A7996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433 5
    #A7997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 442
    #A7998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 442 5
    #A7999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 456
    #A8000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 456 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocPackageCheckTest.java

    Severity Rule Message Line Col
    #A8001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A8006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A8007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A8008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A8009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A8010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A8011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A8012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A8013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A8014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A8015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A8016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A8017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A8018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A8019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A8020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A8021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A8022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A8023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A8024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A8025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A8026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A8027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A8028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A8029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A8030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocTypeCheckTest.java

    Severity Rule Message Line Col
    #A8031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A8036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A8037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A8038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A8039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A8040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A8041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A8042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A8043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A8044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A8045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A8046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A8047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A8048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A8049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A8050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A8051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A8052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A8053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A8054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A8055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A8056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A8057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A8058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A8059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A8060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A8061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A8062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A8063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A8064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A8065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A8066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A8067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286
    #A8068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286 5
    #A8069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A8070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/NonEmptyAtclauseDescriptionCheckTest.java

    Severity Rule Message Line Col
    #A8071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A8078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SingleLineJavadocCheckTest.java

    Severity Rule Message Line Col
    #A8079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A8080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A8081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A8082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A8083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A8084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A8085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A8086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A8087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A8088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SummaryJavadocCheckTest.java

    Severity Rule Message Line Col
    #A8089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A8090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A8091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A8092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A8093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A8096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A8097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A8100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A8101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A8102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A8103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A8104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A8105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A8106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A8107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A8108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/WriteTagCheckTest.java

    Severity Rule Message Line Col
    #A8109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A8110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A8111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A8112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A8113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A8114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A8115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A8116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A8117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A8118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A8119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A8120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A8121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A8122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A8123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A8124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A8125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A8126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A8127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A8128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A8129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A8130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A8131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A8132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A8133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A8134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A8135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A8136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A8137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A8138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A8139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A8140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/utils/BlockTagUtilTest.java

    Severity Rule Message Line Col
    #A8141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A8142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A8143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A8146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A8147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A8148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/utils/InlineTagUtilTest.java

    Severity Rule Message Line Col
    #A8149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A8150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A8151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A8154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A8155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A8156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A8157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A8158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A8159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A8160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A8161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A8162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/BooleanExpressionComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A8165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A8166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A8167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A8168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A8169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A8170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A8171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A8172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A8173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A8174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassDataAbstractionCouplingCheckTest.java

    Severity Rule Message Line Col
    #A8175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A8178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A8179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A8180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A8181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A8182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A8183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A8184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A8185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A8186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A8187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A8188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A8189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A8190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A8191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A8192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A8193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A8194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A8195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A8196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassFanOutComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A8200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A8201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A8202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A8203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A8204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A8205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A8206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A8207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A8208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A8209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A8210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A8211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A8212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A8213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A8214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A8215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A8216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A8217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A8218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A8219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A8220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A8221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A8222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A8223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249
    #A8224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249 5
    #A8225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A8226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A8227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A8228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A8229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A8230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A8231 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 299
    #A8232 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 299 5
    #A8233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 323
    #A8234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 323 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/CyclomaticComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A8240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A8241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A8242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A8243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A8244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A8245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A8246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A8247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A8248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A8249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A8250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheckTest.java

    Severity Rule Message Line Col
    #A8251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A8254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A8255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A8256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A8257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A8258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A8259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A8260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A8261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A8262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/NPathComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A8264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A8265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A8266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A8267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A8268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A8269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A8270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A8271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A8272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A8273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A8274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A8275 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137
    #A8276 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137 5
    #A8277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A8278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A8279 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 154
    #A8280 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 154 5
    #A8281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A8282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A8283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A8284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A8285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A8286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A8287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A8288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5
    #A8289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A8290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A8291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A8292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A8293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A8294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/ClassMemberImpliedModifierCheckTest.java

    Severity Rule Message Line Col
    #A8295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A8296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A8297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A8298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A8299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A8300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A8301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A8302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A8303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A8306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A8307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A8308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A8309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A8310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/InterfaceMemberImpliedModifierCheckTest.java

    Severity Rule Message Line Col
    #A8311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A8312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A8313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A8314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A8315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A8316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A8317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A8318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A8319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A8320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A8321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A8322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A8323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A8324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A8325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A8326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A8327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A8328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A8329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A8330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A8331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A8332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A8333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A8334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A8335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A8336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A8337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A8338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A8339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A8340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A8341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255
    #A8342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255 5
    #A8343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A8344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A8345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A8346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A8347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311
    #A8348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311 5
    #A8349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A8350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A8351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331
    #A8352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331 5
    #A8353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A8354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A8355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364
    #A8356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364 5
    #A8357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A8358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A8359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407
    #A8360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/ModifierOrderCheckTest.java

    Severity Rule Message Line Col
    #A8361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A8362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A8363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A8364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A8365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A8366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A8367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A8368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A8369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A8370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A8371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A8372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A8373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A8374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A8375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A8376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/RedundantModifierCheckTest.java

    Severity Rule Message Line Col
    #A8377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A8382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A8383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A8384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A8385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A8386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A8387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A8388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A8389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A8390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A8391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A8392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A8393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A8394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A8395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A8396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A8397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A8398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A8399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A8400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A8401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A8402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A8403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A8404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A8405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A8406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A8407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A8408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A8409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A8410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A8411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245
    #A8412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245 5
    #A8413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255
    #A8414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/AbbreviationAsWordInNameCheckTest.java

    Severity Rule Message Line Col
    #A8415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A8416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A8417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A8418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A8419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A8420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A8421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A8422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A8423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A8424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A8425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A8426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A8427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A8428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A8429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A8430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A8431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A8432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A8433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A8434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A8435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A8436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A8437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A8438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A8439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A8440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A8441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 326
    #A8442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 326 5
    #A8443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345
    #A8444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractClassNameCheckTest.java

    Severity Rule Message Line Col
    #A8445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A8450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A8451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A8452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A8453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A8454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A8455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A8456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A8457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A8458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A8459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A8460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/CatchParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A8466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A8467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A8468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A8469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A8470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A8471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A8472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ClassTypeParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A8480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A8481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A8482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ConstantNameCheckTest.java

    Severity Rule Message Line Col
    #A8483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A8486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A8487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A8488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A8489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A8490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A8491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A8492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A8493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A8494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A8495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A8496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A8497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A8498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A8499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A8500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A8501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A8502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/InterfaceTypeParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A8510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A8511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A8512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LambdaParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A8514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A8515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A8516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A8517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A8520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalFinalVariableNameCheckTest.java

    Severity Rule Message Line Col
    #A8521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A8528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A8529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A8530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A8531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A8532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A8533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A8534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalVariableNameCheckTest.java

    Severity Rule Message Line Col
    #A8535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A8542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A8543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A8544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/MemberNameCheckTest.java

    Severity Rule Message Line Col
    #A8545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A8550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A8551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A8552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A8553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A8554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A8555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A8556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A8557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A8558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A8559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A8560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A8561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A8562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A8563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A8564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A8565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A8566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A8567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A8568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A8569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239
    #A8570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodNameCheckTest.java

    Severity Rule Message Line Col
    #A8571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A8572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A8573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A8574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A8575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A8578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A8579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A8580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A8581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A8582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A8583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A8584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A8585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A8586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A8587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A8588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodTypeParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A8596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A8597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A8598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/PackageNameCheckTest.java

    Severity Rule Message Line Col
    #A8599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A8606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A8607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A8608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A8616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A8617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A8618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A8619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A8622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A8623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A8624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A8625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A8626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A8627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A8628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A8629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A8630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A8631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A8632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/StaticVariableNameCheckTest.java

    Severity Rule Message Line Col
    #A8633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A8640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A8641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A8642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A8643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A8644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java

    Severity Rule Message Line Col
    #A8645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A8646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A8647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A8648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A8649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A8650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A8651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A8652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A8653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A8654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A8655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A8656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A8657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A8658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpCheckTest.java

    Severity Rule Message Line Col
    #A8659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A8664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A8665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A8666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A8667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A8668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A8669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A8670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A8671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A8674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A8675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A8676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A8677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A8678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A8679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A8680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A8681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A8682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A8683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A8684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A8685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A8686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A8687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A8688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A8689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A8690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A8691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A8692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A8693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A8694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A8695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A8696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A8697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A8698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A8699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A8700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A8701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A8702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A8703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A8704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A8705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306
    #A8706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306 5
    #A8707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A8708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A8709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332
    #A8710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332 5
    #A8711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344
    #A8712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344 5
    #A8713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A8714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpMultilineCheckTest.java

    Severity Rule Message Line Col
    #A8715 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 43
    #A8716 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 43 5
    #A8717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A8718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A8719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A8720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A8721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A8722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A8723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A8724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A8725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A8728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A8729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A8730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A8731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A8732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A8733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A8734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A8735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A8736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A8737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A8738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A8739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A8740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A8741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A8742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A8743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A8744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A8745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A8746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A8747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A8748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A8749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256
    #A8750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256 5
    #A8751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A8752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpOnFilenameCheckTest.java

    Severity Rule Message Line Col
    #A8753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A8754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A8755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A8756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A8757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A8758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A8759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A8760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A8761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A8762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A8763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A8766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A8767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A8768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A8769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A8770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A8771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A8772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A8773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A8774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A8775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A8776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A8777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A8778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A8779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A8780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A8781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A8782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A8783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A8784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A8785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A8786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A8787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A8788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A8789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A8790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A8791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A8792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A8793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A8794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineCheckTest.java

    Severity Rule Message Line Col
    #A8795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A8796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A8797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A8798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A8799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A8800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A8801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A8802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A8803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A8804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A8805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A8806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A8807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A8808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A8809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A8810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A8811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A8812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineJavaCheckTest.java

    Severity Rule Message Line Col
    #A8813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A8820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A8821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A8822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A8823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A8824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A8825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A8826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A8827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A8828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A8829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A8830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A8831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A8832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A8833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A8834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A8835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A8836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A8837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A8838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A8839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A8840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A8841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A8842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A8843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A8844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A8845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A8846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A8847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A8848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A8849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A8850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A8851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A8852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5
    #A8853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A8854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/AnonInnerLengthCheckTest.java

    Severity Rule Message Line Col
    #A8855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A8856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A8857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A8858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A8859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A8860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A8861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A8862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A8863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A8864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheckTest.java

    Severity Rule Message Line Col
    #A8865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A8868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A8869 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A8870 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 5
    #A8871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A8872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A8873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A8874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A8875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A8876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A8877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A8878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A8879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A8880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A8881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A8882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A8883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A8884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A8885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A8886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/FileLengthCheckTest.java

    Severity Rule Message Line Col
    #A8887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A8888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A8889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A8890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A8891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A8892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A8893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A8894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A8895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A8896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A8897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A8898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A8899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A8900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/LineLengthCheckTest.java

    Severity Rule Message Line Col
    #A8901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A8902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A8903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A8904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A8905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A8906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A8907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A8908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A8909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A8910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A8911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A8912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodCountCheckTest.java

    Severity Rule Message Line Col
    #A8913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A8914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A8915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A8916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A8917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A8918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A8919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A8920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A8921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A8922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A8923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A8924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A8925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A8926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A8927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A8928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A8929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A8930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A8931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A8932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A8933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A8934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodLengthCheckTest.java

    Severity Rule Message Line Col
    #A8935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A8940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A8941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A8942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A8943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A8944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A8945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A8946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A8947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A8948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/OuterTypeNumberCheckTest.java

    Severity Rule Message Line Col
    #A8949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A8952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A8953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A8954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A8955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A8956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A8957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A8958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A8959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A8960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/ParameterNumberCheckTest.java

    Severity Rule Message Line Col
    #A8961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A8964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A8965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A8966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A8967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A8968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A8969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A8970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A8971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A8972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A8973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A8974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A8975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A8976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A8977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A8978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForInitializerPadCheckTest.java

    Severity Rule Message Line Col
    #A8979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A8982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A8983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A8984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A8985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A8986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A8987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A8988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A8989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A8990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A8991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A8992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A8993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A8994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForIteratorPadCheckTest.java

    Severity Rule Message Line Col
    #A8995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A8998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A8999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A9000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A9001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A9002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A9003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A9004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A9005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A9006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyLineSeparatorCheckTest.java

    Severity Rule Message Line Col
    #A9007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A9008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A9009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A9010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A9011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A9012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A9013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A9014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A9015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A9016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A9017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A9018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A9019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A9020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A9021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A9022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A9023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A9024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A9025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A9026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A9027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A9028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A9029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A9030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A9031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A9032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A9033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A9034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A9035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A9036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A9037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A9038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A9039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A9040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A9041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A9042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A9043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A9044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5
    #A9045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A9046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A9047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A9048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A9049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A9050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A9051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A9052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A9053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302
    #A9054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302 5
    #A9055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311
    #A9056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311 5
    #A9057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A9058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A9059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331
    #A9060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331 5
    #A9061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342
    #A9062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342 5
    #A9063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353
    #A9064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353 5
    #A9065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A9066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A9067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412
    #A9068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412 5
    #A9069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422
    #A9070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/FileTabCharacterCheckTest.java

    Severity Rule Message Line Col
    #A9071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A9075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A9076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A9077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A9078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/GenericWhitespaceCheckTest.java

    Severity Rule Message Line Col
    #A9079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A9081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A9082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A9083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A9084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A9085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A9086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A9087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A9088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A9089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A9090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A9091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A9092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A9093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A9094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A9095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A9096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A9097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A9098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A9099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A9100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A9101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A9102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/MethodParamPadCheckTest.java

    Severity Rule Message Line Col
    #A9103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A9104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A9105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A9106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A9107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A9108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A9109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A9110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A9111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A9112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A9113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A9114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A9115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A9116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A9117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A9118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoLineWrapCheckTest.java

    Severity Rule Message Line Col
    #A9119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A9120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A9121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A9122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A9123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A9124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A9125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A9126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceAfterCheckTest.java

    Severity Rule Message Line Col
    #A9127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A9130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A9131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A9132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A9133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A9134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A9135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A9136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A9137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A9138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A9139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A9140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A9141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183
    #A9142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183 5
    #A9143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A9144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A9145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A9146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A9147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A9148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A9149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A9150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A9151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A9152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A9153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A9154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceBeforeCheckTest.java

    Severity Rule Message Line Col
    #A9155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A9156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A9157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A9158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A9159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A9160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A9161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A9162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A9163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A9164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A9165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A9166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A9167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A9168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A9169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A9170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/OperatorWrapCheckTest.java

    Severity Rule Message Line Col
    #A9171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A9174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A9175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A9176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A9177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A9178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A9179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A9180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A9181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A9182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A9183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A9184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/ParenPadCheckTest.java

    Severity Rule Message Line Col
    #A9185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A9187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A9190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A9191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A9192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A9193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A9194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A9195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A9196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A9197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A9198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A9199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A9200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A9201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A9202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A9203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A9204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A9205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370
    #A9206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370 5
    #A9207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389
    #A9208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389 5
    #A9209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 402
    #A9210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 402 5
    #A9211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414
    #A9212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414 5
    #A9213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 431
    #A9214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 431 5
    #A9215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449
    #A9216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449 5
    #A9217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459
    #A9218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459 5
    #A9219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478
    #A9220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SeparatorWrapCheckTest.java

    Severity Rule Message Line Col
    #A9221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A9222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A9223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A9224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A9225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A9226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A9227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A9228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A9229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A9230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A9231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A9232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A9233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A9234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A9235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A9236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SingleSpaceSeparatorCheckTest.java

    Severity Rule Message Line Col
    #A9237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A9238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A9239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A9240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A9241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A9242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A9243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A9244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A9245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A9246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A9247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A9248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A9249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A9250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A9251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A9252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A9253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A9254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A9255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A9256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/TypecastParenPadCheckTest.java

    Severity Rule Message Line Col
    #A9257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A9258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A9259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A9260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A9261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A9262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A9263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A9264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A9265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A9266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAfterCheckTest.java

    Severity Rule Message Line Col
    #A9267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A9271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A9272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A9273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A9274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A9275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A9276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A9277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A9278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A9279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A9280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A9281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A9282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A9283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A9284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A9285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A9286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A9287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A9288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A9289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A9290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A9291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A9292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A9293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A9294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A9295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A9296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheckTest.java

    Severity Rule Message Line Col
    #A9297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A9298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A9299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A9300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A9301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A9302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A9303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A9304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A9305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A9306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A9307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A9308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A9309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A9310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A9311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A9312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A9313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A9314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A9315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A9316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A9317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A9318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A9319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A9320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A9321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A9322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A9323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239
    #A9324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239 5
    #A9325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A9326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A9327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A9328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A9329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A9330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A9331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A9332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A9333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A9334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A9335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375
    #A9336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375 5
    #A9337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396
    #A9338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396 5
    #A9339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A9340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5
    #A9341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425
    #A9342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425 5
    #A9343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435
    #A9344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435 5
    #A9345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444
    #A9346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444 5
    #A9347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 461
    #A9348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 461 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filefilters/BeforeExecutionExclusionFileFilterTest.java

    Severity Rule Message Line Col
    #A9349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A9352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A9353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A9356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A9357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A9358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/CsvFilterElementTest.java

    Severity Rule Message Line Col
    #A9359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A9360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A9361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A9362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A9363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A9364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A9365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A9366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A9367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A9368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A9369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A9370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A9371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A9372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/IntMatchFilterElementTest.java

    Severity Rule Message Line Col
    #A9373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A9374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A9375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A9376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A9377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A9378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/IntRangeFilterElementTest.java

    Severity Rule Message Line Col
    #A9379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A9380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A9381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A9382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A9383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A9386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SeverityMatchFilterTest.java

    Severity Rule Message Line Col
    #A9387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A9388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A9389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A9390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A9391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A9392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A9393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A9394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressFilterElementTest.java

    Severity Rule Message Line Col
    #A9395 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 41
    #A9396 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 41 5
    #A9397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A9398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A9399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A9400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A9401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A9402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A9403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A9404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A9405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A9406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A9407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A9408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A9409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A9410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A9411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A9412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A9413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A9414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A9415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A9416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A9417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A9418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A9419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A9420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A9421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A9422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A9423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A9424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A9425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A9426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A9427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A9428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A9429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A9430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressWarningsFilterTest.java

    Severity Rule Message Line Col
    #A9431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A9432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A9433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A9434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A9435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A9436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A9437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A9438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilterTest.java

    Severity Rule Message Line Col
    #A9439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A9440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A9441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A9442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A9443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A9444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A9445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A9446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A9447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A9448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A9449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A9450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A9451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A9452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A9453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249
    #A9454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249 5
    #A9455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A9456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A9457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A9458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A9459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A9460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A9461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352
    #A9462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352 5
    #A9463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371
    #A9464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371 5
    #A9465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406
    #A9466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406 5
    #A9467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A9468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A9469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435
    #A9470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435 5
    #A9471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444
    #A9472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444 5
    #A9473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455
    #A9474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455 5
    #A9475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A9476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A9477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478
    #A9478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478 5
    #A9479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519
    #A9480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519 5
    #A9481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 560
    #A9482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 560 5
    #A9483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 602
    #A9484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 602 5
    #A9485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 640
    #A9486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 640 5
    #A9487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 682
    #A9488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 682 5
    #A9489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 724
    #A9490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 724 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithPlainTextCommentFilterTest.java

    Severity Rule Message Line Col
    #A9491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A9493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A9494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A9495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A9496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A9497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A9498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A9499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A9500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A9501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A9502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A9503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A9504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A9505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A9506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A9507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A9508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A9509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A9510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A9511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318
    #A9512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318 5
    #A9513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A9514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A9515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363
    #A9516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363 5
    #A9517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A9518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A9519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413
    #A9520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413 5
    #A9521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 458
    #A9522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 458 5
    #A9523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 499
    #A9524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 499 5
    #A9525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 538
    #A9526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 538 5
    #A9527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 583
    #A9528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 583 5
    #A9529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 607
    #A9530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 607 5
    #A9531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 647
    #A9532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 647 5
    #A9533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 681
    #A9534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 681 5
    #A9535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 715
    #A9536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 715 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionCommentFilterTest.java

    Severity Rule Message Line Col
    #A9537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A9538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A9539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A9540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A9541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A9542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A9543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A9544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A9545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A9546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A9547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A9548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A9549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A9550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A9551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A9552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A9553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A9554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A9555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A9556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A9557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A9558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A9559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A9560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A9561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A9562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A9563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A9564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5
    #A9565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A9566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A9567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A9568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A9569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392
    #A9570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392 5
    #A9571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404
    #A9572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404 5
    #A9573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413
    #A9574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413 5
    #A9575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453
    #A9576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453 5
    #A9577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493
    #A9578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493 5
    #A9579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 534
    #A9580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 534 5
    #A9581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572
    #A9582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572 5
    #A9583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 610
    #A9584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 610 5
    #A9585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622
    #A9586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionFilterTest.java

    Severity Rule Message Line Col
    #A9587 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 46
    #A9588 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 46 5
    #A9589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A9590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A9591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A9592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A9593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A9594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A9595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A9596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A9597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A9598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A9599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A9600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A9601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A9602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A9603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A9604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A9605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A9606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A9607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A9608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A9609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A9610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionSingleFilterTest.java

    Severity Rule Message Line Col
    #A9611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A9612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A9613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A9614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A9615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A9618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A9619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A9620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A9621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A9622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A9623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A9624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A9625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A9626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A9627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A9628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A9629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A9630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A9631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A9632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathFilterTest.java

    Severity Rule Message Line Col
    #A9633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A9634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A9635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A9636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A9637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A9638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A9639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A9640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A9641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A9642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A9643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A9644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A9645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A9646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A9647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A9648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A9649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A9650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A9651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A9652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A9653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A9654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathSingleFilterTest.java

    Severity Rule Message Line Col
    #A9655 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 47
    #A9656 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 47 5
    #A9657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A9658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A9659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A9660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A9661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A9662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A9663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A9664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A9665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A9666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A9667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A9668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A9669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A9670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A9671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A9672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A9673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A9674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A9675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A9676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A9677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A9678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A9679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A9680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A9681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A9682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A9683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A9684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A9685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A9686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A9687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A9688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5
    #A9689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A9690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A9691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A9692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A9693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A9694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A9695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A9696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoaderTest.java

    Severity Rule Message Line Col
    #A9697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A9699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A9702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A9703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A9704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A9705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A9706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A9707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A9708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A9709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A9710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A9711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A9712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A9713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A9714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A9715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A9716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A9717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A9718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A9719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A9720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A9721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A9722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A9723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A9724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5
    #A9725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289
    #A9726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289 5
    #A9727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297
    #A9728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297 5
    #A9729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A9730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A9731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A9732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A9733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A9734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A9735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355
    #A9736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/XpathFilterElementTest.java

    Severity Rule Message Line Col
    #A9737 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 51
    #A9738 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 51 5
    #A9739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A9740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A9741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A9742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A9743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A9744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A9745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A9746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A9747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A9748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A9749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A9750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A9751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A9752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A9753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A9754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A9755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A9756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A9757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A9758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A9759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A9760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A9761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A9762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A9763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A9764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A9765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A9766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A9767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A9768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A9769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A9770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A9771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A9772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A9773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A9774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A9775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A9776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A9777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A9778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A9779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A9780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A9781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283
    #A9782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283 5
    #A9783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A9784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/AstRegressionTest.java

    Severity Rule Message Line Col
    #A9785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A9786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A9787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A9788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A9789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A9790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A9791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A9792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A9793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A9794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A9795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A9796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A9797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A9798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A9799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A9800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A9801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A9802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A9803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A9804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A9805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A9806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A9807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A9808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A9809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A9810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A9811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A9812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A9813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A9814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A9815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A9816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A9817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A9818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A9819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A9820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A9821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A9822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A9823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A9824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A9825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A9826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 9
    #A9827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A9828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 9
    #A9829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A9830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/EmbeddedNullCharTest.java

    Severity Rule Message Line Col
    #A9831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/GeneratedJava14LexerTest.java

    Severity Rule Message Line Col
    #A9835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A9836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A9837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A9838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A9839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A9840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/GeneratedJavaTokenTypesTest.java

    Severity Rule Message Line Col
    #A9841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A9842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/HexFloatsTest.java

    Severity Rule Message Line Col
    #A9843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7DiamondTest.java

    Severity Rule Message Line Col
    #A9847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7MultiCatchTest.java

    Severity Rule Message Line Col
    #A9851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7NumericalLiteralsTest.java

    Severity Rule Message Line Col
    #A9855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7StringSwitchTest.java

    Severity Rule Message Line Col
    #A9859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7TryWithResourcesTest.java

    Severity Rule Message Line Col
    #A9863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java9TryWithResourcesTest.java

    Severity Rule Message Line Col
    #A9867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A9868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A9869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A9870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/LineCommentAtTheEndOfFileTest.java

    Severity Rule Message Line Col
    #A9871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A9874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/MultiDimensionalArraysInGenericsTest.java

    Severity Rule Message Line Col
    #A9875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A9876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A9877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A9878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/UnicodeEscapeTest.java

    Severity Rule Message Line Col
    #A9879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/VarargTest.java

    Severity Rule Message Line Col
    #A9883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A9885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A9886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/comments/AllBlockCommentsTest.java

    Severity Rule Message Line Col
    #A9887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A9889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A9892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A9893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A9894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A9895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A9896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A9897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A9898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A9899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A9900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A9901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A9902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/comments/AllSinglelineCommentsTest.java

    Severity Rule Message Line Col
    #A9903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A9904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A9905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A9906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A9907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A9908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A9909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A9910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A9911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A9912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A9913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A9914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A9915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A9916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A9917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A9918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/comments/CommentsTest.java

    Severity Rule Message Line Col
    #A9919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A9920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A9921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A9922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A9923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A9924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A9925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A9926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A9927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A9928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A9929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A9930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/AnnotationTest.java

    Severity Rule Message Line Col
    #A9931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A9932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A9933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A9934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A9935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A9936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A9937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A9938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A9939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A9940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A9941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A9942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A9943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A9944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A9945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A9946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A9947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A9948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A9949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A9950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A9951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A9952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A9953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A9954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A9955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A9956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/AnnotationsOnArrayTest.java

    Severity Rule Message Line Col
    #A9957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A9958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A9959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A9960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/DefaultMethodsTest.java

    Severity Rule Message Line Col
    #A9961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A9962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A9963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A9964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A9965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A9966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/LambdaTest.java

    Severity Rule Message Line Col
    #A9967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A9968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A9969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A9970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A9971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A9972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A9973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A9974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A9975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A9976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A9977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A9978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A9979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A9980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A9981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A9982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A9983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A9984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A9985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A9986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A9987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A9988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A9989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A9990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A9991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A9992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A9993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A9994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A9995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A9996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A9997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A9998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A9999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A10000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A10001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A10002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A10003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A10004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/MethodReferencesTest.java

    Severity Rule Message Line Col
    #A10005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A10006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A10007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A10008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A10009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A10010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A10011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A10012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A10013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A10014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A10015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A10016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A10017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A10018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A10019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A10020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/ReceiverParameterTest.java

    Severity Rule Message Line Col
    #A10021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A10022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A10023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A10024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/TypeUseAnnotationsOnQualifiedTypesTest.java

    Severity Rule Message Line Col
    #A10025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A10026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A10027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A10028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/javadoc/GeneratedJavadocTokenTypesTest.java

    Severity Rule Message Line Col
    #A10029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A10030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A10031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A10032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/javadoc/JavadocParseTreeTest.java

    Severity Rule Message Line Col
    #A10033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A10034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A10035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A10036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A10037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A10038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A10039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A10040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A10041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A10042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A10043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A10044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A10045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A10046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A10047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A10048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A10049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A10050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A10051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A10052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A10053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A10054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A10055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A10056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A10057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A10058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A10059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A10060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A10061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A10062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A10063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A10064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A10065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A10066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A10067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A10068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A10069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A10070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A10071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A10072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A10073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A10074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A10075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A10076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A10077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A10078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A10079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A10080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A10081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A10082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A10083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A10084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A10085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A10086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5
    #A10087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A10088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A10089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A10090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A10091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A10092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A10093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A10094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A10095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A10096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5
    #A10097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A10098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A10099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A10100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A10101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A10102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A10103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A10104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A10105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A10106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A10107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A10108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A10109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A10110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A10111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276
    #A10112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276 5
    #A10113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A10114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5
    #A10115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A10116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A10117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A10118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A10119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A10120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5
    #A10121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306
    #A10122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306 5
    #A10123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A10124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A10125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318
    #A10126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318 5
    #A10127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A10128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A10129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A10130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A10131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336
    #A10132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336 5
    #A10133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342
    #A10134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342 5
    #A10135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A10136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A10137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354
    #A10138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 354 5
    #A10139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A10140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A10141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A10142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5
    #A10143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 372
    #A10144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 372 5
    #A10145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378
    #A10146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378 5
    #A10147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384
    #A10148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/gui/CodeSelectorPresentationTest.java

    Severity Rule Message Line Col
    #A10149 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 45
    #A10150 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 45 5
    #A10151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A10152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A10153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A10154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A10155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A10156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A10157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A10158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A10159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A10160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A10161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A10162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/gui/MainFrameModelTest.java

    Severity Rule Message Line Col
    #A10163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A10165 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 54
    #A10166 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 54 5
    #A10167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A10168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A10169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A10170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A10171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A10172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A10173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A10174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A10175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A10176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A10177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A10178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A10179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A10180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A10181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A10182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/gui/ParseTreeTablePresentationTest.java

    Severity Rule Message Line Col
    #A10183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A10185 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 54
    #A10186 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 54 5
    #A10187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A10188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A10189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A10190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A10191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A10192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A10193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A10194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A10195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A10196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A10197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A10198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A10199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A10200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A10201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A10202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A10203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A10204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A10205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A10206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A10207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A10208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A10209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A10210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A10211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183
    #A10212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183 5
    #A10213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A10214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A10215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A10216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5
    #A10217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281
    #A10218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281 5
    #A10219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 301
    #A10220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 301 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/AllChecksTest.java

    Severity Rule Message Line Col
    #A10221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A10222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A10223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A10224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A10225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A10226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A10227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A10228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A10229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 310
    #A10230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 310 5
    #A10231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A10232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A10233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A10234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A10235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359
    #A10236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359 5
    #A10237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368
    #A10238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368 5
    #A10239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455
    #A10240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455 5
    #A10241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475
    #A10242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475 5
    #A10243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 486
    #A10244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 486 5
    #A10245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A10246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/AllTestsTest.java

    Severity Rule Message Line Col
    #A10247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A10248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A10249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A10250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/CommitValidationTest.java

    Severity Rule Message Line Col
    #A10251 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 99
    #A10252 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 99 5
    #A10253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A10254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A10255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A10256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A10257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A10258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A10259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A10260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 9
    #A10261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A10262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 9
    #A10263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A10264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XdocsJavaDocsTest.java

    Severity Rule Message Line Col
    #A10265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A10266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A10267 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 76
    #A10268 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 76 5
    #A10269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A10270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A10271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A10272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 9
    #A10273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A10274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 9
    #A10275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A10276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 9
    #A10277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A10278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 9
    #A10279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A10280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XdocsMobileWrapperTest.java

    Severity Rule Message Line Col
    #A10281 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 46
    #A10282 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 46 5
    #A10283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A10284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XdocsPagesTest.java

    Severity Rule Message Line Col
    #A10285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A10286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A10287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A10288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A10289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A10290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A10291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A10292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A10293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474
    #A10294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474 5
    #A10295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 520
    #A10296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 520 5
    #A10297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1517
    #A10298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1517 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XpathRegressionTest.java

    Severity Rule Message Line Col
    #A10299 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 188
    #A10300 warning AnnotationOnSameLine Annotation 'BeforeAll' should be on the same line with its target. 188 5
    #A10301 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 197
    #A10302 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 197 5
    #A10303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A10304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A10305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A10306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5
    #A10307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A10308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A10309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A10310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A10311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A10312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/AuditEventDefaultFormatterPowerTest.java

    Severity Rule Message Line Col
    #A10313 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 36
    #A10314 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 36 1
    #A10315 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 37
    #A10316 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 37 1
    #A10317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A10318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A10319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A10320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/CheckstyleAntTaskPowerTest.java

    Severity Rule Message Line Col
    #A10321 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 49
    #A10322 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 49 1
    #A10323 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 50
    #A10324 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 50 1
    #A10325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A10326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A10327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A10328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A10329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A10330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A10331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A10332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 9
    #A10333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A10334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A10335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A10336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/CommonUtilPowerTest.java

    Severity Rule Message Line Col
    #A10337 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 42
    #A10338 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 42 1
    #A10339 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 43
    #A10340 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 43 1
    #A10341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A10342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/ConfigurationLoaderPowerTest.java

    Severity Rule Message Line Col
    #A10343 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 42
    #A10344 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 42 1
    #A10345 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 43
    #A10346 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 43 1
    #A10347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A10349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A10350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/DefaultLoggerPowerTest.java

    Severity Rule Message Line Col
    #A10351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A10352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/HeaderCheckPowerTest.java

    Severity Rule Message Line Col
    #A10353 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 40
    #A10354 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 40 1
    #A10355 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 41
    #A10356 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 41 1
    #A10357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A10358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A10359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A10360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/ImportControlLoaderPowerTest.java

    Severity Rule Message Line Col
    #A10361 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 42
    #A10362 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 42 1
    #A10363 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 43
    #A10364 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 43 1
    #A10365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A10366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/JavadocPackageCheckPowerTest.java

    Severity Rule Message Line Col
    #A10367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A10368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A10369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A10370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/MainFrameModelPowerTest.java

    Severity Rule Message Line Col
    #A10371 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 43
    #A10372 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 43 1
    #A10373 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 44
    #A10374 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 44 1
    #A10375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A10376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A10377 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 59
    #A10378 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 59 5
    #A10379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A10380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A10381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A10382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/MainPowerTest.java

    Severity Rule Message Line Col
    #A10383 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 38
    #A10384 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 38 1
    #A10385 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 39
    #A10386 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 39 1
    #A10387 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 48
    #A10388 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 48 5
    #A10389 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 50
    #A10390 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 50 5
    #A10391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A10392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/PackageObjectFactoryPowerTest.java

    Severity Rule Message Line Col
    #A10393 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 44
    #A10394 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 44 1
    #A10395 warning AnnotationOnSameLine Annotation 'PowerMockIgnore' should be on the same line with its target. 45
    #A10396 warning AnnotationOnSameLine Annotation 'PowerMockIgnore' should be on the same line with its target. 45 1
    #A10397 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 46
    #A10398 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 46 1
    #A10399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A10400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/PropertyCacheFilePowerTest.java

    Severity Rule Message Line Col
    #A10401 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 61
    #A10402 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 61 1
    #A10403 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 62
    #A10404 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 62 1
    #A10405 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 66
    #A10406 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 66 5
    #A10407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A10408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A10409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A10410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A10411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A10412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A10413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A10414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A10415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A10416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/RegexpOnFilenameCheckPowerTest.java

    Severity Rule Message Line Col
    #A10417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A10418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A10419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A10420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/TreeWalkerPowerTest.java

    Severity Rule Message Line Col
    #A10421 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 49
    #A10422 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 49 1
    #A10423 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 50
    #A10424 warning AnnotationOnSameLine Annotation 'PrepareForTest' should be on the same line with its target. 50 1
    #A10425 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 53
    #A10426 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 53 5
    #A10427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A10429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A10430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A10431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A10432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/DebugAuditAdapter.java

    Severity Rule Message Line Col
    #A10433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A10435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A10436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A10437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A10438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A10439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A10440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A10441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A10442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A10443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A10444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/DebugFilter.java

    Severity Rule Message Line Col
    #A10445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A10446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestBeforeExecutionFileFilter.java

    Severity Rule Message Line Col
    #A10447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A10448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestFileSetCheck.java

    Severity Rule Message Line Col
    #A10449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A10450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestLoggingReporter.java

    Severity Rule Message Line Col
    #A10451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A10452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A10453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A10454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestRootModuleChecker.java

    Severity Rule Message Line Col
    #A10455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A10456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A10457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A10459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A10460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A10461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A10462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A10463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A10464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/utils/AuditEventUtFormatter.java

    Severity Rule Message Line Col
    #A10465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A10466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/utils/BriefUtLogger.java

    Severity Rule Message Line Col
    #A10467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A10468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/utils/CloseAndFlushTestByteArrayOutputStream.java

    Severity Rule Message Line Col
    #A10469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A10470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A10471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A10472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/AnnotationUtilTest.java

    Severity Rule Message Line Col
    #A10473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A10474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A10475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A10476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A10477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A10478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A10479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A10480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A10481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A10482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A10483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A10484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A10485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A10486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A10487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A10488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A10489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A10490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A10491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A10492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A10493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A10494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A10495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A10496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A10497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A10498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A10499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A10500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A10501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A10502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A10503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A10504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A10505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A10506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5
    #A10507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249
    #A10508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249 5
    #A10509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A10510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A10511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297
    #A10512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/BlockCommentPositionTest.java

    Severity Rule Message Line Col
    #A10513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A10514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A10515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A10516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A10517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A10518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/CheckUtilTest.java

    Severity Rule Message Line Col
    #A10519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A10520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A10521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A10522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A10523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A10524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A10525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A10526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A10527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A10528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A10529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A10530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A10531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A10532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A10533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A10534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A10535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A10536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A10537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A10538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A10539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A10540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A10541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A10542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A10543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A10544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A10545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A10546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5
    #A10547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A10548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A10549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A10550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A10551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A10552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A10553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A10554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A10555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A10556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A10557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A10558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A10559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A10560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5
    #A10561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A10562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A10563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A10564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5
    #A10565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393
    #A10566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/CommonUtilTest.java

    Severity Rule Message Line Col
    #A10567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A10569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A10570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A10571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A10572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A10573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A10574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A10575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A10576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A10577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A10578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A10579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A10580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A10581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A10582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A10583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A10584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A10585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A10586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A10587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A10588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A10589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A10590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A10591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A10592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A10593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A10594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A10595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A10596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A10597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A10598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A10599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A10600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A10601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A10602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A10603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A10604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A10605 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 252
    #A10606 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 252 5
    #A10607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A10608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A10609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A10610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A10611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A10612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A10613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A10614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A10615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302
    #A10616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302 5
    #A10617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313
    #A10618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313 5
    #A10619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A10620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A10621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328
    #A10622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328 5
    #A10623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A10624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5
    #A10625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A10626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A10627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345
    #A10628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345 5
    #A10629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A10630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A10631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A10632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A10633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362
    #A10634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362 5
    #A10635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368
    #A10636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368 5
    #A10637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A10638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A10639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 380
    #A10640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 380 5
    #A10641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 385
    #A10642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 385 5
    #A10643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A10644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A10645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396
    #A10646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396 5
    #A10647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 402
    #A10648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 402 5
    #A10649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A10650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A10651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413
    #A10652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413 5
    #A10653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418
    #A10654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418 5
    #A10655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A10656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A10657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 429
    #A10658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 429 5
    #A10659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435
    #A10660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435 5
    #A10661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 440
    #A10662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 440 5
    #A10663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A10664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5
    #A10665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463
    #A10666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463 5
    #A10667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483
    #A10668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/FilterUtilTest.java

    Severity Rule Message Line Col
    #A10669 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 33
    #A10670 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 33 5
    #A10671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A10672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A10673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A10674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A10675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A10676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/JavadocUtilTest.java

    Severity Rule Message Line Col
    #A10677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A10678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A10679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A10680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A10681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A10682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A10683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A10684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A10685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A10686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A10687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A10688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A10689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A10690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A10691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A10692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A10693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A10694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A10695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A10696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A10697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A10698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A10699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A10700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A10701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A10702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A10703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A10704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A10705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A10706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A10707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A10708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A10709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A10710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A10711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A10712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A10713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A10714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A10715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A10716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A10717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A10718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A10719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334
    #A10720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334 5
    #A10721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A10722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A10723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370
    #A10724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370 5
    #A10725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375
    #A10726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/ModuleReflectionUtilTest.java

    Severity Rule Message Line Col
    #A10727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A10728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A10729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A10730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A10731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A10732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A10733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A10734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A10735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A10736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A10737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A10738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A10739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A10740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A10741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A10742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A10743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A10744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A10745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A10746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A10747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A10748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A10749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A10750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A10751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A10752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 9
    #A10753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A10754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 9
    #A10755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A10756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A10757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A10758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9
    #A10759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A10760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 9
    #A10761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A10762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9
    #A10763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A10764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A10765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A10766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A10767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A10768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A10769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A10770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 9
    #A10771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A10772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9
    #A10773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A10774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 9
    #A10775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A10776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 9
    #A10777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A10778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A10779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A10780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9
    #A10781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A10782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 9
    #A10783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A10784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9
    #A10785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A10786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 9
    #A10787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A10788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 9
    #A10789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A10790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9
    #A10791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A10792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A10793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A10794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 9
    #A10795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A10796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/ScopeUtilTest.java

    Severity Rule Message Line Col
    #A10797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A10798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A10799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A10800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A10801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A10802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A10803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A10804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A10805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A10806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A10807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A10808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A10809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A10810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A10811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A10812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A10813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A10814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A10815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A10816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A10817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A10818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A10819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A10820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A10821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A10822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A10823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A10824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A10825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A10826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A10827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A10828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A10829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A10830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A10831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208
    #A10832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208 5
    #A10833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A10834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A10835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A10836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/TokenUtilTest.java

    Severity Rule Message Line Col
    #A10837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A10838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A10839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A10840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A10841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A10842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A10843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A10844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A10845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A10846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A10847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A10848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A10849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A10850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A10851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A10852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A10853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A10854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A10855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A10856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A10857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A10858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A10859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A10860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A10861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A10862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A10863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A10864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A10865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A10866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A10867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A10868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A10869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A10870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A10871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A10872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/XpathUtilTest.java

    Severity Rule Message Line Col
    #A10873 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 48
    #A10874 warning AnnotationOnSameLine Annotation 'TempDir' should be on the same line with its target. 48 5
    #A10875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A10876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A10877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A10878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A10879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A10880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A10881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A10882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A10883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A10884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A10885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A10886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A10887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A10888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/AttributeNodeTest.java

    Severity Rule Message Line Col
    #A10889 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 35
    #A10890 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 35 5
    #A10891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A10892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A10893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A10894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A10895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A10896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A10897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A10898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A10899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A10900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A10901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A10902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A10903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A10904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A10905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A10906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A10907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A10908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/ElementNodeTest.java

    Severity Rule Message Line Col
    #A10909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A10911 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 54
    #A10912 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 54 5
    #A10913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A10914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A10915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A10916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A10917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A10918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A10919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A10920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A10921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A10922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A10923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A10924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A10925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A10926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A10927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A10928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A10929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A10930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A10931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A10932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A10933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A10934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/RootNodeTest.java

    Severity Rule Message Line Col
    #A10935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A10936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A10937 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 53
    #A10938 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 53 5
    #A10939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A10940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A10941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A10942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A10943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A10944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A10945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A10946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A10947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A10948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A10949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A10950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A10951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A10952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A10953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A10954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A10955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A10956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A10957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A10958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A10959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A10960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A10961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A10962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A10963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A10964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A10965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A10966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A10967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A10968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A10969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A10970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5
    #A10971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A10972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A10973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A10974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A10975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A10976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A10977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276
    #A10978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276 5
    #A10979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A10980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A10981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A10982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5
    #A10983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A10984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A10985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A10986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A10987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336
    #A10988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336 5
    #A10989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A10990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A10991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A10992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A10993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 372
    #A10994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 372 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathMapperTest.java

    Severity Rule Message Line Col
    #A10995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A10996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A10997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A10998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A10999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A11000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A11001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A11002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A11003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A11004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A11005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A11006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A11007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A11008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A11009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A11010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A11011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A11012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A11013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A11014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A11015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A11016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A11017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A11018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A11019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A11020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A11021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A11022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A11023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A11024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5
    #A11025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A11026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A11027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A11028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A11029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A11030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A11031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A11032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A11033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 310
    #A11034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 310 5
    #A11035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A11036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A11037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A11038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5
    #A11039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342
    #A11040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342 5
    #A11041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355
    #A11042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355 5
    #A11043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A11044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A11045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381
    #A11046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381 5
    #A11047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A11048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A11049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406
    #A11050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406 5
    #A11051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415
    #A11052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415 5
    #A11053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 428
    #A11054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 428 5
    #A11055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441
    #A11056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441 5
    #A11057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457
    #A11058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457 5
    #A11059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 468
    #A11060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 468 5
    #A11061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478
    #A11062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478 5
    #A11063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 486
    #A11064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 486 5
    #A11065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 499
    #A11066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 499 5
    #A11067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 507
    #A11068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 507 5
    #A11069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518
    #A11070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518 5
    #A11071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526
    #A11072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526 5
    #A11073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542
    #A11074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542 5
    #A11075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 554
    #A11076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 554 5
    #A11077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562
    #A11078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562 5
    #A11079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577
    #A11080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577 5
    #A11081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591
    #A11082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591 5
    #A11083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 609
    #A11084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 609 5
    #A11085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624
    #A11086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624 5
    #A11087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 642
    #A11088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 642 5
    #A11089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652
    #A11090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652 5
    #A11091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667
    #A11092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667 5
    #A11093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 678
    #A11094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 678 5
    #A11095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689
    #A11096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689 5
    #A11097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 700
    #A11098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 700 5
    #A11099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719
    #A11100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719 5
    #A11101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737
    #A11102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737 5
    #A11103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 756
    #A11104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 756 5
    #A11105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 776
    #A11106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 776 5
    #A11107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 797
    #A11108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 797 5
    #A11109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814
    #A11110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814 5
    #A11111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 822
    #A11112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 822 5
    #A11113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 836
    #A11114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 836 5
    #A11115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 857
    #A11116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 857 5
    #A11117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 873
    #A11118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 873 5
    #A11119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881
    #A11120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881 5
    #A11121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900
    #A11122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900 5
    #A11123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 918
    #A11124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 918 5
    #A11125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 933
    #A11126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 933 5
    #A11127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 941
    #A11128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 941 5
    #A11129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 953
    #A11130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 953 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathQueryGeneratorTest.java

    Severity Rule Message Line Col
    #A11131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A11132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A11133 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 56
    #A11134 warning AnnotationOnSameLine Annotation 'BeforeEach' should be on the same line with its target. 56 5
    #A11135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A11136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A11137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A11138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A11139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A11140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A11141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A11142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A11143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A11144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A11145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A11146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A11147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A11148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A11149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A11150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A11151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A11152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A11153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A11154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A11155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A11156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A11157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A11158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A11159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A11160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A11161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A11162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A11163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A11164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5
    #A11165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A11166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A11167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A11168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A11169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A11170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A11171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327
    #A11172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327 5
    #A11173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A11174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A11175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A11176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A11177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A11178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A11179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395
    #A11180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395 5
    #A11181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414
    #A11182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414 5
    #A11183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433
    #A11184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433 5
    #A11185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445
    #A11186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleNoTrailingComma.java

    Severity Rule Message Line Col
    #A11187 warning AnnotationOnSameLine Annotation 'Test2' should be on the same line with its target. 6
    #A11188 warning AnnotationOnSameLine Annotation 'Test2' should be on the same line with its target. 6 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleWithTrailingComma.java

    Severity Rule Message Line Col
    #A11189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 6
    #A11190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 6 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant.java

    Severity Rule Message Line Col
    #A11191 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A11192 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 1
    #A11193 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11194 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11195 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11196 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9
    #A11197 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11198 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11199 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25
    #A11200 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25 13
    #A11201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A11202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 17
    #A11203 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29
    #A11204 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29 17
    #A11205 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A11206 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 9
    #A11207 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A11208 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 9
    #A11209 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A11210 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 9
    #A11211 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64
    #A11212 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64 5
    #A11213 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67
    #A11214 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67 9
    #A11215 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A11216 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 9
    #A11217 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78
    #A11218 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78 9
    #A11219 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83
    #A11220 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant.java

    Severity Rule Message Line Col
    #A11221 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A11222 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 1
    #A11223 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11224 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11225 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11226 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9
    #A11227 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11228 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11229 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25
    #A11230 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25 13
    #A11231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A11232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 17
    #A11233 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29
    #A11234 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29 17
    #A11235 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A11236 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 9
    #A11237 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A11238 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 9
    #A11239 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A11240 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 9
    #A11241 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64
    #A11242 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64 5
    #A11243 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67
    #A11244 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67 9
    #A11245 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A11246 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 9
    #A11247 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78
    #A11248 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78 9
    #A11249 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83
    #A11250 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsHolderNonConstant.java

    Severity Rule Message Line Col
    #A11251 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A11252 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 5
    #A11253 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11254 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11255 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10
    #A11256 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10 5
    #A11257 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13
    #A11258 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13 5
    #A11259 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 15
    #A11260 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 15 5
    #A11261 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11262 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11263 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20
    #A11264 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20 5
    #A11265 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22
    #A11266 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22 5
    #A11267 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24
    #A11268 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24 5
    #A11269 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26
    #A11270 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26 5
    #A11271 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28
    #A11272 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28 5
    #A11273 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 30
    #A11274 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/coding/fallthrough/InputFallThrough.java

    Severity Rule Message Line Col
    #A11275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A11276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/coding/nofinalizer/InputNoFinalizerFallThrough.java

    Severity Rule Message Line Col
    #A11277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A11278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/javadoc/javadoctype/InputJavadocTypeAllowedAnnotations.java

    Severity Rule Message Line Col
    #A11279 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 6
    #A11280 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 6 1
    #A11281 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 10
    #A11282 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 10 1
    #A11283 warning AnnotationOnSameLine Annotation 'Generated' should be on the same line with its target. 14
    #A11284 warning AnnotationOnSameLine Annotation 'Generated' should be on the same line with its target. 14 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityDefault2.java

    Severity Rule Message Line Col
    #A11285 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 4
    #A11286 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 4 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/sizes/linelength/InputLineLengthLongPackageStatement.java

    Severity Rule Message Line Col
    #A11287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5
    #A11288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolderNonConstant.java

    Severity Rule Message Line Col
    #A11289 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A11290 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 5
    #A11291 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11292 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11293 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10
    #A11294 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10 5
    #A11295 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12
    #A11296 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12 5
    #A11297 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14
    #A11298 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14 5
    #A11299 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16
    #A11300 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16 5
    #A11301 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18
    #A11302 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18 5
    #A11303 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20
    #A11304 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20 5
    #A11305 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22
    #A11306 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22 5
    #A11307 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24
    #A11308 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24 5
    #A11309 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26
    #A11310 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26 5
    #A11311 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28
    #A11312 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/java9/InputJava9TryWithResources.java

    Severity Rule Message Line Col
    #A11313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10
    #A11314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationClass.java

    Severity Rule Message Line Col
    #A11315 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 16
    #A11316 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 16 1
    #A11317 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 17
    #A11318 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 17 3
    #A11319 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 20
    #A11320 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 20 5
    #A11321 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 21
    #A11322 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 21 7
    #A11323 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 24
    #A11324 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 24 5
    #A11325 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 25
    #A11326 warning AnnotationOnSameLine Annotation 'ClassAnnotation' should be on the same line with its target. 25 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationCorrect.java

    Severity Rule Message Line Col
    #A11327 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 6
    #A11328 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 6 1
    #A11329 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 7
    #A11330 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 7 1
    #A11331 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 11
    #A11332 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 11 5
    #A11333 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 12
    #A11334 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 12 5
    #A11335 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 15
    #A11336 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 15 5
    #A11337 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 18
    #A11338 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 18 5
    #A11339 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 19
    #A11340 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 19 5
    #A11341 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 22
    #A11342 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 22 5
    #A11343 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 25
    #A11344 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 25 5
    #A11345 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 26
    #A11346 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 26 5
    #A11347 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 31
    #A11348 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 31 5
    #A11349 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 32
    #A11350 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 32 5
    #A11351 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 35
    #A11352 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 35 5
    #A11353 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 36
    #A11354 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 36 5
    #A11355 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 39
    #A11356 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 39 5
    #A11357 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 40
    #A11358 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 40 5
    #A11359 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 41
    #A11360 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 41 5
    #A11361 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 42
    #A11362 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 42 5
    #A11363 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 45
    #A11364 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 45 9
    #A11365 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 46
    #A11366 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 46 9
    #A11367 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 49
    #A11368 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 49 9
    #A11369 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 52
    #A11370 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 52 9
    #A11371 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 53
    #A11372 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 53 9
    #A11373 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 56
    #A11374 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 56 9
    #A11375 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 59
    #A11376 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 59 9
    #A11377 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 64
    #A11378 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 64 9
    #A11379 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 67
    #A11380 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 67 9
    #A11381 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 68
    #A11382 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 68 9
    #A11383 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 72
    #A11384 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 72 5
    #A11385 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 73
    #A11386 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 73 5
    #A11387 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 76
    #A11388 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 76 9
    #A11389 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 77
    #A11390 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 77 9
    #A11391 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 82
    #A11392 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 82 9
    #A11393 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 83
    #A11394 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 83 9
    #A11395 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 86
    #A11396 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 86 9
    #A11397 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 89
    #A11398 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 89 9
    #A11399 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 92
    #A11400 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 92 9
    #A11401 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 93
    #A11402 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 93 9
    #A11403 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 99
    #A11404 warning AnnotationOnSameLine Annotation 'MyAnnotation5' should be on the same line with its target. 99 1
    #A11405 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 100
    #A11406 warning AnnotationOnSameLine Annotation 'MyAnnotation6' should be on the same line with its target. 100 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationCustomAnnotationsDeclared.java

    Severity Rule Message Line Col
    #A11407 warning AnnotationOnSameLine Annotation 'MyAnnotation13' should be on the same line with its target. 3
    #A11408 warning AnnotationOnSameLine Annotation 'MyAnnotation13' should be on the same line with its target. 3 33
    #A11409 warning AnnotationOnSameLine Annotation 'MyAnnotation13' should be on the same line with its target. 6
    #A11410 warning AnnotationOnSameLine Annotation 'MyAnnotation13' should be on the same line with its target. 6 5
    #A11411 warning AnnotationOnSameLine Annotation 'MyAnnotation13' should be on the same line with its target. 11
    #A11412 warning AnnotationOnSameLine Annotation 'MyAnnotation13' should be on the same line with its target. 11 5
    #A11413 warning AnnotationOnSameLine Annotation 'MyAnnotation12' should be on the same line with its target. 12
    #A11414 warning AnnotationOnSameLine Annotation 'MyAnnotation12' should be on the same line with its target. 12 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationDeprecatedAndCustom.java

    Severity Rule Message Line Col
    #A11415 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 7
    #A11416 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 7 5
    #A11417 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 10
    #A11418 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 10 9
    #A11419 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 12
    #A11420 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 12 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationEnum.java

    Severity Rule Message Line Col
    #A11421 warning AnnotationOnSameLine Annotation 'EnumAnnotation' should be on the same line with its target. 16
    #A11422 warning AnnotationOnSameLine Annotation 'EnumAnnotation' should be on the same line with its target. 16 1
    #A11423 warning AnnotationOnSameLine Annotation 'EnumAnnotation' should be on the same line with its target. 17
    #A11424 warning AnnotationOnSameLine Annotation 'EnumAnnotation' should be on the same line with its target. 17 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationIncorrect.java

    Severity Rule Message Line Col
    #A11425 warning AnnotationOnSameLine Annotation 'MyAnn' should be on the same line with its target. 6
    #A11426 warning AnnotationOnSameLine Annotation 'MyAnn' should be on the same line with its target. 6 16
    #A11427 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 11
    #A11428 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 11 20
    #A11429 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 16
    #A11430 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 16 5
    #A11431 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 17
    #A11432 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 17 9
    #A11433 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 21
    #A11434 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 21 5
    #A11435 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 24
    #A11436 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 24 5
    #A11437 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 25
    #A11438 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 25 9
    #A11439 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 31
    #A11440 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 31 5
    #A11441 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 32
    #A11442 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 32 8
    #A11443 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 35
    #A11444 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 35 5
    #A11445 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 36
    #A11446 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 36 9
    #A11447 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 37
    #A11448 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 37 7
    #A11449 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 38
    #A11450 warning AnnotationOnSameLine Annotation 'MyAnnotation4' should be on the same line with its target. 38 11
    #A11451 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 41
    #A11452 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 41 24
    #A11453 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 47
    #A11454 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 47 9
    #A11455 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 48
    #A11456 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 48 13
    #A11457 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 52
    #A11458 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 52 9
    #A11459 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 55
    #A11460 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 55 9
    #A11461 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 60
    #A11462 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 60 9
    #A11463 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 61
    #A11464 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 61 13
    #A11465 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 64
    #A11466 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 64 9
    #A11467 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 65
    #A11468 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 65 13
    #A11469 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 69
    #A11470 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 69 5
    #A11471 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 70
    #A11472 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 70 8
    #A11473 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 77
    #A11474 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 77 9
    #A11475 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 78
    #A11476 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 78 9
    #A11477 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 81
    #A11478 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 81 9
    #A11479 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 84
    #A11480 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 84 9
    #A11481 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 87
    #A11482 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 87 9
    #A11483 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 88
    #A11484 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 88 11
    #A11485 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 96
    #A11486 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 96 4
    #A11487 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 98
    #A11488 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 98 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationInterface.java

    Severity Rule Message Line Col
    #A11489 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 16
    #A11490 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 16 1
    #A11491 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 17
    #A11492 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 17 3
    #A11493 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 20
    #A11494 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 20 5
    #A11495 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 21
    #A11496 warning AnnotationOnSameLine Annotation 'InterfaceAnnotation' should be on the same line with its target. 21 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLineCheck.java

    Severity Rule Message Line Col
    #A11497 warning AnnotationOnSameLine Annotation 'Annotation' should be on the same line with its target. 9
    #A11498 warning AnnotationOnSameLine Annotation 'Annotation' should be on the same line with its target. 9 5
    #A11499 warning AnnotationOnSameLine Annotation 'Annotation' should be on the same line with its target. 10
    #A11500 warning AnnotationOnSameLine Annotation 'Annotation' should be on the same line with its target. 10 5
    #A11501 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 11
    #A11502 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 11 5
    #A11503 warning AnnotationOnSameLine Annotation 'Annotation' should be on the same line with its target. 16
    #A11504 warning AnnotationOnSameLine Annotation 'Annotation' should be on the same line with its target. 16 18

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLineCheck2.java

    Severity Rule Message Line Col
    #A11505 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 11
    #A11506 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 11 5
    #A11507 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16
    #A11508 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16 5
    #A11509 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19
    #A11510 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19 5
    #A11511 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 20
    #A11512 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 20 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLineCheckOnDifferentTokens.java

    Severity Rule Message Line Col
    #A11513 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 5
    #A11514 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 5 1
    #A11515 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 8
    #A11516 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 8 5
    #A11517 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 13
    #A11518 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 13 8
    #A11519 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 17
    #A11520 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 17 5
    #A11521 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 24
    #A11522 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 24 5
    #A11523 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 29
    #A11524 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 29 5
    #A11525 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 33
    #A11526 warning AnnotationOnSameLine Annotation 'Ann' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleDifferentStyles.java

    Severity Rule Message Line Col
    #A11527 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 3
    #A11528 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 3 1
    #A11529 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 4
    #A11530 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 4 1
    #A11531 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A11532 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 1
    #A11533 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 11
    #A11534 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 11 1
    #A11535 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12
    #A11536 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12 1
    #A11537 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 13
    #A11538 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 13 1
    #A11539 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18
    #A11540 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18 1
    #A11541 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 19
    #A11542 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 19 1
    #A11543 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20
    #A11544 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20 1
    #A11545 warning AnnotationOnSameLine Annotation 'InputAnnotationUseStyleCustomAnnotation' should be on the same line with its target. 30
    #A11546 warning AnnotationOnSameLine Annotation 'InputAnnotationUseStyleCustomAnnotation' should be on the same line with its target. 30 1
    #A11547 warning AnnotationOnSameLine Annotation 'Another' should be on the same line with its target. 47
    #A11548 warning AnnotationOnSameLine Annotation 'Another' should be on the same line with its target. 47 1
    #A11549 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 62
    #A11550 warning AnnotationOnSameLine Annotation 'SomeArrays' should be on the same line with its target. 62 1
    #A11551 warning AnnotationOnSameLine Annotation 'Another' should be on the same line with its target. 63
    #A11552 warning AnnotationOnSameLine Annotation 'Another' should be on the same line with its target. 63 1
    #A11553 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67
    #A11554 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67 5
    #A11555 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 71
    #A11556 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 71 1
    #A11557 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 73
    #A11558 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 73 1
    #A11559 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 75
    #A11560 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 75 1
    #A11561 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 77
    #A11562 warning AnnotationOnSameLine Annotation 'AnnotationWithAnnotationValue' should be on the same line with its target. 77 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleNoTrailingComma.java

    Severity Rule Message Line Col
    #A11563 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3
    #A11564 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3 1
    #A11565 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A11566 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 3
    #A11567 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10
    #A11568 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10 7
    #A11569 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13
    #A11570 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13 11
    #A11571 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16
    #A11572 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16 15
    #A11573 warning AnnotationOnSameLine Annotation 'Test2' should be on the same line with its target. 24
    #A11574 warning AnnotationOnSameLine Annotation 'Test2' should be on the same line with its target. 24 3
    #A11575 warning AnnotationOnSameLine Annotation 'Pooches2' should be on the same line with its target. 26
    #A11576 warning AnnotationOnSameLine Annotation 'Pooches2' should be on the same line with its target. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleWithTrailingComma.java

    Severity Rule Message Line Col
    #A11577 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 9
    #A11578 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 9 5
    #A11579 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13
    #A11580 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13 9
    #A11581 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16
    #A11582 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16 13
    #A11583 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19
    #A11584 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19 17
    #A11585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 27
    #A11586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingdeprecated/InputMissingDeprecatedBadJavadoc.java

    Severity Rule Message Line Col
    #A11587 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 5
    #A11588 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 5 1
    #A11589 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 11
    #A11590 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 11 5
    #A11591 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 16
    #A11592 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 16 5
    #A11593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17
    #A11594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17 5
    #A11595 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 23
    #A11596 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 23 5
    #A11597 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 38
    #A11598 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 38 1
    #A11599 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 40
    #A11600 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingdeprecated/InputMissingDeprecatedGood.java

    Severity Rule Message Line Col
    #A11601 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 7
    #A11602 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 7 1
    #A11603 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 13
    #A11604 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 13 5
    #A11605 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 20
    #A11606 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 20 5
    #A11607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21
    #A11608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21 5
    #A11609 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29
    #A11610 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29 5
    #A11611 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44
    #A11612 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44 1
    #A11613 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A11614 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingdeprecated/InputMissingDeprecatedSpecialCase.java

    Severity Rule Message Line Col
    #A11615 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 7
    #A11616 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 7 1
    #A11617 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26
    #A11618 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26 5
    #A11619 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 35
    #A11620 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 35 5
    #A11621 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44
    #A11622 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44 5
    #A11623 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 53
    #A11624 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 53 5
    #A11625 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 84
    #A11626 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingoverride/InputMissingOverrideGoodOverride.java

    Severity Rule Message Line Col
    #A11627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13
    #A11628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13 17
    #A11629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A11630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 21
    #A11631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A11632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingoverride/InputMissingOverrideGoodOverrideFromObject.java

    Severity Rule Message Line Col
    #A11633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 8
    #A11634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 8 5
    #A11635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21
    #A11636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21 5
    #A11637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A11638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 9
    #A11639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A11641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A11642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A11643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A11644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingoverride/InputMissingOverrideGoodOverrideFromOther.java

    Severity Rule Message Line Col
    #A11645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A11646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A11647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A11649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A11650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A11651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A11652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A11653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A11654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A11655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A11656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/packageannotation/InputPackageAnnotation.java

    Severity Rule Message Line Col
    #A11657 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 3
    #A11658 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompact.java

    Severity Rule Message Line Col
    #A11659 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A11660 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 1
    #A11661 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11662 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11663 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11664 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9
    #A11665 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11666 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11667 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25
    #A11668 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25 13
    #A11669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A11670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 17
    #A11671 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29
    #A11672 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29 17
    #A11673 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A11674 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 9
    #A11675 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A11676 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 9
    #A11677 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A11678 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsConstants.java

    Severity Rule Message Line Col
    #A11679 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11680 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9
    #A11681 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13
    #A11682 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpanded.java

    Severity Rule Message Line Col
    #A11683 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A11684 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 1
    #A11685 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11686 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11687 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11688 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9
    #A11689 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11690 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11691 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25
    #A11692 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25 13
    #A11693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A11694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 17
    #A11695 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29
    #A11696 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29 17
    #A11697 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A11698 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 9
    #A11699 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A11700 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 9
    #A11701 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A11702 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsHolder.java

    Severity Rule Message Line Col
    #A11703 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A11704 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 5
    #A11705 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11706 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11707 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10
    #A11708 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10 5
    #A11709 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13
    #A11710 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13 5
    #A11711 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 15
    #A11712 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 15 5
    #A11713 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11714 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11715 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20
    #A11716 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20 5
    #A11717 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22
    #A11718 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22 5
    #A11719 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24
    #A11720 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24 5
    #A11721 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26
    #A11722 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26 5
    #A11723 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28
    #A11724 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle.java

    Severity Rule Message Line Col
    #A11725 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A11726 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 1
    #A11727 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A11728 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A11729 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11730 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9
    #A11731 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A11732 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A11733 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25
    #A11734 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25 13
    #A11735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A11736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 17
    #A11737 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29
    #A11738 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 29 17
    #A11739 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A11740 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 9
    #A11741 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A11742 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 9
    #A11743 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A11744 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 9
    #A11745 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64
    #A11746 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64 5
    #A11747 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67
    #A11748 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67 9
    #A11749 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A11750 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 9
    #A11751 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77
    #A11752 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77 9
    #A11753 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 82
    #A11754 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 82 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsValuePair.java

    Severity Rule Message Line Col
    #A11755 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A11756 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyAnnotations.java

    Severity Rule Message Line Col
    #A11757 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 8
    #A11758 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 8 1
    #A11759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 12
    #A11760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 12 5
    #A11761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18
    #A11762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18 5
    #A11763 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19
    #A11764 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19 5
    #A11765 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 34
    #A11766 warning AnnotationOnSameLine Annotation 'TestClassAnnotation' should be on the same line with its target. 34 1
    #A11767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A11768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A11769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A11771 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43
    #A11772 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43 5
    #A11773 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 56
    #A11774 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyDefault.java

    Severity Rule Message Line Col
    #A11775 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 53
    #A11776 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesNoBodyLoops.java

    Severity Rule Message Line Col
    #A11777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A11778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyAnnotations.java

    Severity Rule Message Line Col
    #A11779 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 6
    #A11780 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 6 5
    #A11781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 7
    #A11782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 7 5
    #A11783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10
    #A11784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10 5
    #A11785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13
    #A11786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13 5
    #A11787 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14
    #A11788 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14 5
    #A11789 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 21
    #A11790 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 21 5
    #A11791 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24
    #A11792 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24 5
    #A11793 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 28
    #A11794 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 28 5
    #A11795 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 31
    #A11796 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 31 5
    #A11797 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 34
    #A11798 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 34 5
    #A11799 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44
    #A11800 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44 5
    #A11801 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46
    #A11802 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46 5
    #A11803 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A11804 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 5
    #A11805 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52
    #A11806 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52 5
    #A11807 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 55
    #A11808 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 55 5
    #A11809 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 58
    #A11810 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 58 5
    #A11811 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 64
    #A11812 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 64 5
    #A11813 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65
    #A11814 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65 5
    #A11815 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 84
    #A11816 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 84 5
    #A11817 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 91
    #A11818 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 91 5
    #A11819 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 101
    #A11820 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 101 5
    #A11821 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 110
    #A11822 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 110 5
    #A11823 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 116
    #A11824 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 116 5
    #A11825 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 130
    #A11826 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 130 5
    #A11827 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 141
    #A11828 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 141 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyLeft.java

    Severity Rule Message Line Col
    #A11829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A11830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlySame.java

    Severity Rule Message Line Col
    #A11831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 12
    #A11832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 12 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/declarationorder/InputDeclarationOrderVariableAccess.java

    Severity Rule Message Line Col
    #A11833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17
    #A11834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariable.java

    Severity Rule Message Line Col
    #A11835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443
    #A11836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariableAnonymousClass.java

    Severity Rule Message Line Col
    #A11837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6
    #A11838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/hiddenfield/InputHiddenFieldLambdas.java

    Severity Rule Message Line Col
    #A11839 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 115
    #A11840 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 115 5
    #A11841 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 155
    #A11842 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 155 5
    #A11843 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 168
    #A11844 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 168 5
    #A11845 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 179
    #A11846 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 179 5
    #A11847 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 195
    #A11848 warning AnnotationOnSameLine Annotation 'FunctionalInterface' should be on the same line with its target. 195 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/hiddenfield/InputHiddenFieldStaticVisibility.java

    Severity Rule Message Line Col
    #A11849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 23
    #A11850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 23 9
    #A11851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A11852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalthrows/InputIllegalThrowsIgnoreOverriddenMethods.java

    Severity Rule Message Line Col
    #A11853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6
    #A11854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6 5
    #A11855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A11856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalType.java

    Severity Rule Message Line Col
    #A11857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A11858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A11859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A11860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A11861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java

    Severity Rule Message Line Col
    #A11863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 16
    #A11864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 16 9
    #A11865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21
    #A11866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/innerassignment/InputInnerAssignment.java

    Severity Rule Message Line Col
    #A11867 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 89
    #A11868 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/magicnumber/InputMagicNumber.java

    Severity Rule Message Line Col
    #A11869 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 185
    #A11870 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 185 5
    #A11871 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 189
    #A11872 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 189 5
    #A11873 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 193
    #A11874 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 193 5
    #A11875 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 197
    #A11876 warning AnnotationOnSameLine Annotation 'InputMagicNumberIntMethodAnnotation' should be on the same line with its target. 197 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/modifiedcontrolvariable/InputModifiedControlVariableBothForLoops.java

    Severity Rule Message Line Col
    #A11877 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 99
    #A11878 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 99 1
    #A11879 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 103
    #A11880 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 103 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/multiplestringliterals/InputMultipleStringLiterals.java

    Severity Rule Message Line Col
    #A11881 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19
    #A11882 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 19 5
    #A11883 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22
    #A11884 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22 5
    #A11885 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25
    #A11886 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 25 5
    #A11887 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28
    #A11888 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/noenumtrailingcomma/InputNoEnumTrailingComma.java

    Severity Rule Message Line Col
    #A11889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A11890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 13
    #A11891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A11892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 13
    #A11893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A11894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 13
    #A11895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A11896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/parameterassignment/InputParameterAssignmentWithUnchecked.java

    Severity Rule Message Line Col
    #A11897 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18
    #A11898 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThis15Extensions.java

    Severity Rule Message Line Col
    #A11899 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9
    #A11900 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisAnonymousEmpty.java

    Severity Rule Message Line Col
    #A11901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17
    #A11902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17 13
    #A11903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A11904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 13
    #A11905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A11906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 21
    #A11907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisCatchVariables.java

    Severity Rule Message Line Col
    #A11909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10
    #A11910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisEnumInnerClassesAndBugs.java

    Severity Rule Message Line Col
    #A11911 warning AnnotationOnSameLine Annotation 'Rock' should be on the same line with its target. 61
    #A11912 warning AnnotationOnSameLine Annotation 'Rock' should be on the same line with its target. 61 5
    #A11913 warning AnnotationOnSameLine Annotation 'Rock' should be on the same line with its target. 65
    #A11914 warning AnnotationOnSameLine Annotation 'Rock' should be on the same line with its target. 65 9
    #A11915 warning AnnotationOnSameLine Annotation 'Rock' should be on the same line with its target. 70
    #A11916 warning AnnotationOnSameLine Annotation 'Rock' should be on the same line with its target. 70 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/superclone/InputSuperClonePlainAndSubclasses.java

    Severity Rule Message Line Col
    #A11917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A11918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/superclone/InputSuperCloneWithoutWarnings.java

    Severity Rule Message Line Col
    #A11919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 4
    #A11920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 4 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessaryparentheses/InputUnnecessaryParentheses15Extensions.java

    Severity Rule Message Line Col
    #A11921 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9
    #A11922 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9 1
    #A11923 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 15
    #A11924 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 15 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessaryparentheses/InputUnnecessaryParenthesesLambdas.java

    Severity Rule Message Line Col
    #A11925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A11926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9
    #A11927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A11928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A11929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A11930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistance.java

    Severity Rule Message Line Col
    #A11931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A11932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionIgnoredAnnotations.java

    Severity Rule Message Line Col
    #A11933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5
    #A11934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5 5
    #A11935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 15
    #A11936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 15 5
    #A11937 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 20
    #A11938 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 20 5
    #A11939 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26
    #A11940 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26 5
    #A11941 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 42
    #A11942 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 42 9
    #A11943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A11944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A11945 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A11946 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 5
    #A11947 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 63
    #A11948 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 63 5
    #A11949 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 66
    #A11950 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 66 5
    #A11951 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 70
    #A11952 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 70 5
    #A11953 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 77
    #A11954 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 77 5
    #A11955 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 83
    #A11956 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 83 5
    #A11957 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 89
    #A11958 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 89 5
    #A11959 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 94
    #A11960 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 94 5
    #A11961 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 100
    #A11962 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 100 5
    #A11963 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 106
    #A11964 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 106 5
    #A11965 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 110
    #A11966 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 110 5
    #A11967 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 114
    #A11968 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 114 5
    #A11969 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 118
    #A11970 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 118 5
    #A11971 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 122
    #A11972 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 122 5
    #A11973 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 123
    #A11974 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 123 5
    #A11975 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 126
    #A11976 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 126 5
    #A11977 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 127
    #A11978 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 127 5
    #A11979 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 131
    #A11980 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 131 5
    #A11981 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 133
    #A11982 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 133 5
    #A11983 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 137
    #A11984 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 137 5
    #A11985 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 138
    #A11986 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 138 5
    #A11987 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 141
    #A11988 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 141 5
    #A11989 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 146
    #A11990 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionMultipleAnnotations.java

    Severity Rule Message Line Col
    #A11991 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 10
    #A11992 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 10 5
    #A11993 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 11
    #A11994 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 11 5
    #A11995 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 16
    #A11996 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 16 5
    #A11997 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 17
    #A11998 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 17 5
    #A11999 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 22
    #A12000 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 22 5
    #A12001 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 24
    #A12002 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 24 5
    #A12003 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29
    #A12004 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29 5
    #A12005 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 31
    #A12006 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 31 5
    #A12007 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 37
    #A12008 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 37 5
    #A12009 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41
    #A12010 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41 5
    #A12011 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46
    #A12012 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46 5
    #A12013 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 50
    #A12014 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 50 5
    #A12015 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 55
    #A12016 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 55 5
    #A12017 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A12018 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 5
    #A12019 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 62
    #A12020 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 62 5
    #A12021 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 64
    #A12022 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 64 5
    #A12023 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 70
    #A12024 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 70 5
    #A12025 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 71
    #A12026 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 71 5
    #A12027 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 77
    #A12028 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 77 5
    #A12029 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 78
    #A12030 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionNativeMethods.java

    Severity Rule Message Line Col
    #A12031 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26
    #A12032 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionOverridableMethods.java

    Severity Rule Message Line Col
    #A12033 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 110
    #A12034 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 110 9
    #A12035 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 117
    #A12036 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 117 9
    #A12037 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 123
    #A12038 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 123 9
    #A12039 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 129
    #A12040 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 129 9
    #A12041 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 162
    #A12042 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 162 9
    #A12043 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 168
    #A12044 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 168 9
    #A12045 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 174
    #A12046 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 174 9
    #A12047 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 178
    #A12048 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 178 9
    #A12049 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 182
    #A12050 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 182 9
    #A12051 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 186
    #A12052 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 186 9
    #A12053 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 190
    #A12054 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 190 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/hideutilityclassconstructor/InputHideUtilityClassConstructorSerializableInnerStatic.java

    Severity Rule Message Line Col
    #A12055 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17
    #A12056 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 17 5
    #A12057 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 34
    #A12058 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/throwscount/InputThrowsCount.java

    Severity Rule Message Line Col
    #A12059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A12060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A12061 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 45
    #A12062 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 45 5
    #A12063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A12065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A12066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A12067 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54
    #A12068 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54 5
    #A12069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A12070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/throwscount/InputThrowsCountMethodWithAnnotation.java

    Severity Rule Message Line Col
    #A12071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10
    #A12072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InputVisibilityModifierAnnotated.java

    Severity Rule Message Line Col
    #A12073 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 15
    #A12074 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 15 5
    #A12075 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 18
    #A12076 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 18 5
    #A12077 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 21
    #A12078 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 21 5
    #A12079 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 24
    #A12080 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 24 5
    #A12081 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 27
    #A12082 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 27 5
    #A12083 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 30
    #A12084 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 30 5
    #A12085 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 33
    #A12086 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 33 5
    #A12087 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 36
    #A12088 warning AnnotationOnSameLine Annotation 'VisibleForTesting' should be on the same line with its target. 36 5
    #A12089 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 39
    #A12090 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 39 5
    #A12091 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 42
    #A12092 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 42 5
    #A12093 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 45
    #A12094 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 45 5
    #A12095 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 58
    #A12096 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 58 5
    #A12097 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 61
    #A12098 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InputVisibilityModifierAnnotatedSameTypeName.java

    Severity Rule Message Line Col
    #A12099 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 10
    #A12100 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 10 5
    #A12101 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 13
    #A12102 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 13 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InputVisibilityModifierPublicOnly.java

    Severity Rule Message Line Col
    #A12103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImports15Extensions.java

    Severity Rule Message Line Col
    #A12105 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9
    #A12106 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImportsFromJavaLang.java

    Severity Rule Message Line Col
    #A12107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A12108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationAfterAnnotation.java

    Severity Rule Message Line Col
    #A12109 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 3
    #A12110 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 3 1
    #A12111 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 7
    #A12112 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 7 5
    #A12113 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 13
    #A12114 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 13 1
    #A12115 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 17
    #A12116 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 17 5
    #A12117 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 23
    #A12118 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 23 1
    #A12119 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 25
    #A12120 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 25 1
    #A12121 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 28
    #A12122 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 28 5
    #A12123 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 30
    #A12124 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 30 5
    #A12125 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 35
    #A12126 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 35 1
    #A12127 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 37
    #A12128 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 37 1
    #A12129 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 40
    #A12130 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 40 5
    #A12131 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 42
    #A12132 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 42 5
    #A12133 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 49
    #A12134 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation1' should be on the same line with its target. 49 5
    #A12135 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 51
    #A12136 warning AnnotationOnSameLine Annotation 'AfterAnnotationCommentsAnnotation2' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationCommentIsAtTheEndOfBlock.java

    Severity Rule Message Line Col
    #A12137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A12138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 13
    #A12139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A12140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationInEmptyBlock.java

    Severity Rule Message Line Col
    #A12141 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38
    #A12142 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38 5
    #A12143 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A12144 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentation15Extensions.java

    Severity Rule Message Line Col
    #A12145 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 22
    #A12146 warning AnnotationOnSameLine Annotation 'MyAnnotation3' should be on the same line with its target. 22 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnnotationClosingParenthesisEndsInSameIndentationAsOpening.java

    Severity Rule Message Line Col
    #A12147 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 11
    #A12148 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 11 1
    #A12149 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 14
    #A12150 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 14 1
    #A12151 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 21
    #A12152 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 21 1
    #A12153 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 23
    #A12154 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 23 1
    #A12155 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 28
    #A12156 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 28 1
    #A12157 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 33
    #A12158 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 33 1
    #A12159 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 35
    #A12160 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 35 1
    #A12161 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 39
    #A12162 warning AnnotationOnSameLine Annotation 'PrecedingSimpleType' should be on the same line with its target. 39 5
    #A12163 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 41
    #A12164 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 41 5
    #A12165 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 45
    #A12166 warning AnnotationOnSameLine Annotation 'SimpleType' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnnotationIncorrect.java

    Severity Rule Message Line Col
    #A12167 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 9
    #A12168 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 9 5
    #A12169 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 10
    #A12170 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 10 5
    #A12171 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 13
    #A12172 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 13 24
    #A12173 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 18
    #A12174 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 18 20

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnnotationScopeIndentationCheck.java

    Severity Rule Message Line Col
    #A12175 warning AnnotationOnSameLine Annotation 'Entity' should be on the same line with its target. 5
    #A12176 warning AnnotationOnSameLine Annotation 'Entity' should be on the same line with its target. 5 1
    #A12177 warning AnnotationOnSameLine Annotation 'SecondaryTable' should be on the same line with its target. 6
    #A12178 warning AnnotationOnSameLine Annotation 'SecondaryTable' should be on the same line with its target. 6 1
    #A12179 warning AnnotationOnSameLine Annotation 'AssociationOverrides' should be on the same line with its target. 10
    #A12180 warning AnnotationOnSameLine Annotation 'AssociationOverrides' should be on the same line with its target. 10 1
    #A12181 warning AnnotationOnSameLine Annotation 'EmbeddedId' should be on the same line with its target. 14
    #A12182 warning AnnotationOnSameLine Annotation 'EmbeddedId' should be on the same line with its target. 14 5
    #A12183 warning AnnotationOnSameLine Annotation 'Temporal' should be on the same line with its target. 17
    #A12184 warning AnnotationOnSameLine Annotation 'Temporal' should be on the same line with its target. 17 5
    #A12185 warning AnnotationOnSameLine Annotation 'Column' should be on the same line with its target. 20
    #A12186 warning AnnotationOnSameLine Annotation 'Column' should be on the same line with its target. 20 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClassInMethod.java

    Severity Rule Message Line Col
    #A12187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21
    #A12188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClassInMethodCurlyOnNewLine.java

    Severity Rule Message Line Col
    #A12189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A12190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 21
    #A12191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A12192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 21
    #A12193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A12194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 21
    #A12195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 21
    #A12197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A12198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 23
    #A12199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A12200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 19

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClasses.java

    Severity Rule Message Line Col
    #A12201 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 17
    #A12202 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 17 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationClassesMethods.java

    Severity Rule Message Line Col
    #A12203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 25
    #A12204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 25 5
    #A12205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 3
    #A12207 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 42
    #A12208 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 42 11
    #A12209 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 72
    #A12210 warning AnnotationOnSameLine Annotation 'MyAnnotation2' should be on the same line with its target. 72 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationCorrectMultipleAnnotationsWithWrappedLines.java

    Severity Rule Message Line Col
    #A12211 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 6
    #A12212 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 6 1
    #A12213 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 7
    #A12214 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 7 1
    #A12215 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 12
    #A12216 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 12 5
    #A12217 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 13
    #A12218 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 13 5
    #A12219 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 18
    #A12220 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 18 5
    #A12221 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 19
    #A12222 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 19 5
    #A12223 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 28
    #A12224 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 28 1
    #A12225 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 29
    #A12226 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 29 1
    #A12227 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 34
    #A12228 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 34 5
    #A12229 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 35
    #A12230 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 35 5
    #A12231 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 40
    #A12232 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 40 5
    #A12233 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 41
    #A12234 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 41 5
    #A12235 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 50
    #A12236 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 50 1
    #A12237 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 51
    #A12238 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 51 1
    #A12239 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 54
    #A12240 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 54 1
    #A12241 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 57
    #A12242 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 57 5
    #A12243 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 58
    #A12244 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 58 5
    #A12245 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 61
    #A12246 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 61 5
    #A12247 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 64
    #A12248 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 64 5
    #A12249 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 65
    #A12250 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 65 5
    #A12251 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 68
    #A12252 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 68 5
    #A12253 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 75
    #A12254 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 75 1
    #A12255 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 76
    #A12256 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 76 1
    #A12257 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 78
    #A12258 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 78 3
    #A12259 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 81
    #A12260 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 81 5
    #A12261 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 82
    #A12262 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 82 5
    #A12263 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 84
    #A12264 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 84 7
    #A12265 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 87
    #A12266 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 87 5
    #A12267 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 88
    #A12268 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 88 5
    #A12269 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 90
    #A12270 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 90 7
    #A12271 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 97
    #A12272 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 97 1
    #A12273 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 100
    #A12274 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 100 1
    #A12275 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 103
    #A12276 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 103 5
    #A12277 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 106
    #A12278 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 106 5
    #A12279 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 109
    #A12280 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation3' should be on the same line with its target. 109 5
    #A12281 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 112
    #A12282 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 112 5
    #A12283 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 119
    #A12284 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 119 1
    #A12285 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 120
    #A12286 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 120 1
    #A12287 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 123
    #A12288 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 123 1
    #A12289 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 126
    #A12290 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 126 5
    #A12291 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 127
    #A12292 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 127 5
    #A12293 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 130
    #A12294 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 130 5
    #A12295 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 133
    #A12296 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 133 5
    #A12297 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 134
    #A12298 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 134 5
    #A12299 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 137
    #A12300 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 137 5
    #A12301 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 144
    #A12302 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 144 1
    #A12303 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 145
    #A12304 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 145 1
    #A12305 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 148
    #A12306 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 148 1
    #A12307 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 151
    #A12308 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 151 5
    #A12309 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 152
    #A12310 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 152 5
    #A12311 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 155
    #A12312 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 155 5
    #A12313 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 158
    #A12314 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 158 5
    #A12315 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 159
    #A12316 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation4' should be on the same line with its target. 159 5
    #A12317 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 162
    #A12318 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 162 5
    #A12319 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 169
    #A12320 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 169 1
    #A12321 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotationOuter' should be on the same line with its target. 170
    #A12322 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotationOuter' should be on the same line with its target. 170 1
    #A12323 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 173
    #A12324 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 173 1
    #A12325 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 177
    #A12326 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 177 5
    #A12327 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotationOuter' should be on the same line with its target. 178
    #A12328 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotationOuter' should be on the same line with its target. 178 5
    #A12329 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 181
    #A12330 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 181 5
    #A12331 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 184
    #A12332 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation1' should be on the same line with its target. 184 5
    #A12333 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotationOuter' should be on the same line with its target. 185
    #A12334 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotationOuter' should be on the same line with its target. 185 5
    #A12335 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 188
    #A12336 warning AnnotationOnSameLine Annotation 'WrappedLinesAnnotation2' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationCustomAnnotation.java

    Severity Rule Message Line Col
    #A12337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A12338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationDifficultAnnotations.java

    Severity Rule Message Line Col
    #A12339 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 17
    #A12340 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 17 1
    #A12341 warning AnnotationOnSameLine Annotation 'SimpleAnnotation' should be on the same line with its target. 21
    #A12342 warning AnnotationOnSameLine Annotation 'SimpleAnnotation' should be on the same line with its target. 21 1
    #A12343 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 24
    #A12344 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 24 5
    #A12345 warning AnnotationOnSameLine Annotation 'SimpleAnnotation' should be on the same line with its target. 27
    #A12346 warning AnnotationOnSameLine Annotation 'SimpleAnnotation' should be on the same line with its target. 27 5
    #A12347 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 30
    #A12348 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 30 5
    #A12349 warning AnnotationOnSameLine Annotation 'SimpleAnnotation' should be on the same line with its target. 33
    #A12350 warning AnnotationOnSameLine Annotation 'SimpleAnnotation' should be on the same line with its target. 33 5
    #A12351 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 39
    #A12352 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 39 1
    #A12353 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 44
    #A12354 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 44 5
    #A12355 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 49
    #A12356 warning AnnotationOnSameLine Annotation 'DifficultAnnotation' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationFromGuava.java

    Severity Rule Message Line Col
    #A12357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A12358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 7
    #A12359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 7
    #A12361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A12362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 7
    #A12363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A12364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 7
    #A12365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A12366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 7
    #A12367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A12368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 3
    #A12369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A12370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 3
    #A12371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A12372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 3
    #A12373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A12374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 3
    #A12375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A12376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationFromGuava2.java

    Severity Rule Message Line Col
    #A12377 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 70
    #A12378 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 70 3
    #A12379 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81
    #A12380 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81 3
    #A12381 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 87
    #A12382 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 87 3
    #A12383 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 93
    #A12384 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 93 3
    #A12385 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 99
    #A12386 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 99 3
    #A12387 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 105
    #A12388 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 105 3
    #A12389 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 111
    #A12390 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 111 3
    #A12391 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 117
    #A12392 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 117 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationInvalidThrowsIndent2.java

    Severity Rule Message Line Col
    #A12393 warning AnnotationOnSameLine Annotation 'TestAnnotation' should be on the same line with its target. 33
    #A12394 warning AnnotationOnSameLine Annotation 'TestAnnotation' should be on the same line with its target. 33 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationMembers.java

    Severity Rule Message Line Col
    #A12395 warning AnnotationOnSameLine Annotation 'GwtIncompatible' should be on the same line with its target. 85
    #A12396 warning AnnotationOnSameLine Annotation 'GwtIncompatible' should be on the same line with its target. 85 3
    #A12397 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 94
    #A12398 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 94 3
    #A12399 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 108
    #A12400 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 108 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationMethodPrecededByAnnotationWithParameterOnSeparateLine.java

    Severity Rule Message Line Col
    #A12401 warning AnnotationOnSameLine Annotation 'Annotation1' should be on the same line with its target. 12
    #A12402 warning AnnotationOnSameLine Annotation 'Annotation1' should be on the same line with its target. 12 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationTryResourcesNotStrict.java

    Severity Rule Message Line Col
    #A12403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A12404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationTryWithResourcesStrict.java

    Severity Rule Message Line Col
    #A12405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A12406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationValidClassDefIndent.java

    Severity Rule Message Line Col
    #A12407 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 150
    #A12408 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 150 5
    #A12409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A12410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationValidMethodIndent.java

    Severity Rule Message Line Col
    #A12411 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 198
    #A12412 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 198 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocPosition.java

    Severity Rule Message Line Col
    #A12413 warning AnnotationOnSameLine Annotation 'Component' should be on the same line with its target. 260
    #A12414 warning AnnotationOnSameLine Annotation 'Component' should be on the same line with its target. 260 1
    #A12415 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 274
    #A12416 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 274 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocPositionWithSinglelineComments.java

    Severity Rule Message Line Col
    #A12417 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 261
    #A12418 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 261 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/invalidjavadocposition/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A12419 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46
    #A12420 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 46 1
    #A12421 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A12422 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodAllowedAnnotations.java

    Severity Rule Message Line Col
    #A12423 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 8
    #A12424 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 8 5
    #A12425 warning AnnotationOnSameLine Annotation 'ThisIsOkToo' should be on the same line with its target. 11
    #A12426 warning AnnotationOnSameLine Annotation 'ThisIsOkToo' should be on the same line with its target. 11 5
    #A12427 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 14
    #A12428 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 14 5
    #A12429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17
    #A12430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodExtendAnnotation.java

    Severity Rule Message Line Col
    #A12431 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37
    #A12432 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37 1
    #A12433 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 44
    #A12434 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 44 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodJavadocInMethod.java

    Severity Rule Message Line Col
    #A12435 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 6
    #A12436 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 6 5
    #A12437 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 9
    #A12438 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 9 5
    #A12439 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 15
    #A12440 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 15 5
    #A12441 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18
    #A12442 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18 5
    #A12443 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26
    #A12444 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26 5
    #A12445 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30
    #A12446 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodPublicOnly.java

    Severity Rule Message Line Col
    #A12447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A12448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodsNotSkipWritten.java

    Severity Rule Message Line Col
    #A12449 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 10
    #A12450 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 10 5
    #A12451 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 20
    #A12452 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 20 5
    #A12453 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 25
    #A12454 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 25 5
    #A12455 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 30
    #A12456 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadoctype/InputJavadocTypePublicOnly.java

    Severity Rule Message Line Col
    #A12457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A12458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocvariable/InputJavadocVariablePublicOnly.java

    Severity Rule Message Line Col
    #A12459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A12460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodAllowedAnnotations.java

    Severity Rule Message Line Col
    #A12461 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 8
    #A12462 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 8 5
    #A12463 warning AnnotationOnSameLine Annotation 'ThisIsOkToo' should be on the same line with its target. 11
    #A12464 warning AnnotationOnSameLine Annotation 'ThisIsOkToo' should be on the same line with its target. 11 5
    #A12465 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 14
    #A12466 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 14 5
    #A12467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17
    #A12468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodExtendAnnotation.java

    Severity Rule Message Line Col
    #A12469 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37
    #A12470 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37 1
    #A12471 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 44
    #A12472 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 44 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodJavadocInMethod.java

    Severity Rule Message Line Col
    #A12473 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 6
    #A12474 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 6 5
    #A12475 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 9
    #A12476 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 9 5
    #A12477 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 15
    #A12478 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 15 5
    #A12479 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18
    #A12480 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18 5
    #A12481 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26
    #A12482 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26 5
    #A12483 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30
    #A12484 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodPublicOnly.java

    Severity Rule Message Line Col
    #A12485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A12486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodSmallMethods.java

    Severity Rule Message Line Col
    #A12487 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 77
    #A12488 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 77 5
    #A12489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A12490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodsNotSkipWritten.java

    Severity Rule Message Line Col
    #A12491 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 10
    #A12492 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 10 5
    #A12493 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 20
    #A12494 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 20 5
    #A12495 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 25
    #A12496 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 25 5
    #A12497 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 30
    #A12498 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadoctype/InputMissingJavadocTypePublicOnly.java

    Severity Rule Message Line Col
    #A12499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A12500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadoctype/InputMissingJavadocTypeSkipAnnotations.java

    Severity Rule Message Line Col
    #A12501 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 5
    #A12502 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 5 1
    #A12503 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 9
    #A12504 warning AnnotationOnSameLine Annotation 'ThisIsOk' should be on the same line with its target. 9 1
    #A12505 warning AnnotationOnSameLine Annotation 'Generated' should be on the same line with its target. 13
    #A12506 warning AnnotationOnSameLine Annotation 'Generated' should be on the same line with its target. 13 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/classfanoutcomplexity/InputClassFanOutComplexity15Extensions.java

    Severity Rule Message Line Col
    #A12507 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9
    #A12508 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/classfanoutcomplexity/InputClassFanOutComplexityAnnotations.java

    Severity Rule Message Line Col
    #A12509 warning AnnotationOnSameLine Annotation 'MethodAnnotation' should be on the same line with its target. 17
    #A12510 warning AnnotationOnSameLine Annotation 'MethodAnnotation' should be on the same line with its target. 17 5
    #A12511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 20
    #A12512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 20 5
    #A12513 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 25
    #A12514 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 25 5
    #A12515 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 28
    #A12516 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 28 9
    #A12517 warning AnnotationOnSameLine Annotation 'MethodAnnotation' should be on the same line with its target. 29
    #A12518 warning AnnotationOnSameLine Annotation 'MethodAnnotation' should be on the same line with its target. 29 9
    #A12519 warning AnnotationOnSameLine Annotation 'MethodAnnotation' should be on the same line with its target. 36
    #A12520 warning AnnotationOnSameLine Annotation 'MethodAnnotation' should be on the same line with its target. 36 9
    #A12521 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 37
    #A12522 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 37 9
    #A12523 warning AnnotationOnSameLine Annotation 'TypeAnnotation' should be on the same line with its target. 46
    #A12524 warning AnnotationOnSameLine Annotation 'TypeAnnotation' should be on the same line with its target. 46 9
    #A12525 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 49
    #A12526 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 49 9
    #A12527 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50
    #A12528 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50 9
    #A12529 warning AnnotationOnSameLine Annotation 'TwoParametersAnnotation' should be on the same line with its target. 65
    #A12530 warning AnnotationOnSameLine Annotation 'TwoParametersAnnotation' should be on the same line with its target. 65 5
    #A12531 warning AnnotationOnSameLine Annotation 'TwoParametersAnnotation' should be on the same line with its target. 68
    #A12532 warning AnnotationOnSameLine Annotation 'TwoParametersAnnotation' should be on the same line with its target. 68 5
    #A12533 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 79
    #A12534 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 79 1
    #A12535 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 82
    #A12536 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 82 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderDefaultMethods.java

    Severity Rule Message Line Col
    #A12537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5
    #A12538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderIt.java

    Severity Rule Message Line Col
    #A12539 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 131
    #A12540 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 131 5
    #A12541 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 132
    #A12542 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 132 5
    #A12543 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 135
    #A12544 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 135 5
    #A12545 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 136
    #A12546 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 136 5
    #A12547 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137
    #A12548 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderTypeAnnotations.java

    Severity Rule Message Line Col
    #A12549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A12550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A12551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A12552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A12553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A12554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierAnnotationOnEnumConstructor.java

    Severity Rule Message Line Col
    #A12555 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A12556 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 5
    #A12557 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13
    #A12558 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 13 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInAnonymousClass.java

    Severity Rule Message Line Col
    #A12559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13
    #A12560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInEnumMethods.java

    Severity Rule Message Line Col
    #A12561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6
    #A12562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6 9
    #A12563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21
    #A12564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 21 9
    #A12565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A12566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierIt.java

    Severity Rule Message Line Col
    #A12567 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 131
    #A12568 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 131 5
    #A12569 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 132
    #A12570 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 132 5
    #A12571 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 135
    #A12572 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 135 5
    #A12573 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 136
    #A12574 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 136 5
    #A12575 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137
    #A12576 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameAbstractMultisetSetCount.java

    Severity Rule Message Line Col
    #A12577 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 7
    #A12578 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 7 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameOverridableMethod.java

    Severity Rule Message Line Col
    #A12579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A12580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 9
    #A12581 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12
    #A12582 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12 9
    #A12583 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 13
    #A12584 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 13 9
    #A12585 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 21
    #A12586 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 21 5
    #A12587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A12588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A12589 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 32
    #A12590 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 32 5
    #A12591 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 33
    #A12592 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameOverriddenMethods.java

    Severity Rule Message Line Col
    #A12593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5
    #A12594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5 5
    #A12595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10
    #A12596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameOverrideAnnotation.java

    Severity Rule Message Line Col
    #A12597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5
    #A12598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5 5
    #A12599 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10
    #A12600 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameOverrideAnnotationNoNPE.java

    Severity Rule Message Line Col
    #A12601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18
    #A12602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18 5
    #A12603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 23
    #A12604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 23 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/outertypefilename/InputOuterTypeFilename15Extensions.java

    Severity Rule Message Line Col
    #A12605 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9
    #A12606 warning AnnotationOnSameLine Annotation 'MyAnnotation1' should be on the same line with its target. 9 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/linelength/InputLineLengthLongImportStatements.java

    Severity Rule Message Line Col
    #A12607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 7
    #A12608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 7 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodcount/InputMethodCount4.java

    Severity Rule Message Line Col
    #A12609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5
    #A12610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthModifier.java

    Severity Rule Message Line Col
    #A12611 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 125
    #A12612 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 125 5
    #A12613 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 126
    #A12614 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 126 5
    #A12615 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 129
    #A12616 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 129 5
    #A12617 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 130
    #A12618 warning AnnotationOnSameLine Annotation 'SafeVarargs' should be on the same line with its target. 130 5
    #A12619 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 131
    #A12620 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/parameternumber/InputParameterNumber.java

    Severity Rule Message Line Col
    #A12621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18
    #A12622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18 5
    #A12623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 23
    #A12624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 23 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder.java

    Severity Rule Message Line Col
    #A12625 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A12626 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 5
    #A12627 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A12628 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A12629 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10
    #A12630 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 10 5
    #A12631 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12
    #A12632 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12 5
    #A12633 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14
    #A12634 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14 5
    #A12635 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16
    #A12636 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 16 5
    #A12637 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18
    #A12638 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18 5
    #A12639 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20
    #A12640 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 20 5
    #A12641 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22
    #A12642 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 22 5
    #A12643 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24
    #A12644 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 24 5
    #A12645 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26
    #A12646 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 26 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder2.java

    Severity Rule Message Line Col
    #A12647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6
    #A12648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder3.java

    Severity Rule Message Line Col
    #A12649 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A12650 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder4.java

    Severity Rule Message Line Col
    #A12651 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 5
    #A12652 warning AnnotationOnSameLine Annotation 'CustomAnnotation' should be on the same line with its target. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/methodparampad/InputMethodParamPadWhitespaceAround.java

    Severity Rule Message Line Col
    #A12653 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3
    #A12654 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterArrayDeclarator.java

    Severity Rule Message Line Col
    #A12655 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 7
    #A12656 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 7 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/parenpad/InputParenPadLeftRightAndNoSpace.java

    Severity Rule Message Line Col
    #A12657 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18
    #A12658 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 18 9
    #A12659 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52
    #A12660 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52 9
    #A12661 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86
    #A12662 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 86 9
    #A12663 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 117
    #A12664 warning AnnotationOnSameLine Annotation 'MyAnnotation' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/typecastparenpad/InputTypecastParenPadWhitespaceAround.java

    Severity Rule Message Line Col
    #A12665 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3
    #A12666 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespaceafter/InputWhitespaceAfterAround.java

    Severity Rule Message Line Col
    #A12667 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3
    #A12668 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAround.java

    Severity Rule Message Line Col
    #A12669 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3
    #A12670 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundEmptyTypesAndCycles.java

    Severity Rule Message Line Col
    #A12671 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 22
    #A12672 warning AnnotationOnSameLine Annotation 'Require' should be on the same line with its target. 22 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/filters/suppresswarningsfilter/InputSuppressWarningsFilter.java

    Severity Rule Message Line Col
    #A12673 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12
    #A12674 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 12 1
    #A12675 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 23
    #A12676 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 23 5
    #A12677 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28
    #A12678 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 28 5
    #A12679 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 32
    #A12680 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 32 5
    #A12681 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37
    #A12682 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37 5
    #A12683 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 51
    #A12684 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 51 5
    #A12685 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67
    #A12686 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 67 5
    #A12687 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71
    #A12688 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71 5
    #A12689 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77
    #A12690 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77 9
    #A12691 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 84
    #A12692 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 84 9
    #A12693 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 91
    #A12694 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 91 9
    #A12695 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 97
    #A12696 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/filters/suppresswarningsfilter/InputSuppressWarningsFilterById.java

    Severity Rule Message Line Col
    #A12697 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5
    #A12698 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 5 5
    #A12699 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A12700 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputJava7TryWithResources.java

    Severity Rule Message Line Col
    #A12701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 9
    #A12702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 9 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputMultiDimensionalArraysInGenerics.java

    Severity Rule Message Line Col
    #A12703 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A12704 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 5
    #A12705 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A12706 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 5
    #A12707 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14
    #A12708 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 14 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaClass1.java

    Severity Rule Message Line Col
    #A12709 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 79
    #A12710 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 79 5
    #A12711 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81
    #A12712 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81 5
    #A12713 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83
    #A12714 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83 5
    #A12715 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 85
    #A12716 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 85 5
    #A12717 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 87
    #A12718 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 87 5
    #A12719 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 89
    #A12720 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 89 5
    #A12721 warning AnnotationOnSameLine Annotation 'InputRegressionJavaAnnotation1' should be on the same line with its target. 91
    #A12722 warning AnnotationOnSameLine Annotation 'InputRegressionJavaAnnotation1' should be on the same line with its target. 91 5
    #A12723 warning AnnotationOnSameLine Annotation 'ComplexAnnotation' should be on the same line with its target. 93
    #A12724 warning AnnotationOnSameLine Annotation 'ComplexAnnotation' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaClass2.java

    Severity Rule Message Line Col
    #A12725 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 7
    #A12726 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 7 1
    #A12727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A12728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5
    #A12729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13
    #A12730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 13 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaEnum1.java

    Severity Rule Message Line Col
    #A12731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 8
    #A12732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 8 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations1.java

    Severity Rule Message Line Col
    #A12733 warning AnnotationOnSameLine Annotation 'NonNull' should be on the same line with its target. 7
    #A12734 warning AnnotationOnSameLine Annotation 'NonNull' should be on the same line with its target. 7 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations2.java

    Severity Rule Message Line Col
    #A12735 warning AnnotationOnSameLine Annotation 'Schedule' should be on the same line with its target. 6
    #A12736 warning AnnotationOnSameLine Annotation 'Schedule' should be on the same line with its target. 6 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputMethodReferences6.java

    Severity Rule Message Line Col
    #A12737 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8
    #A12738 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 8 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/javadocpropertiesgenerator/InputJavadocPropertiesGeneratorCorrect.java

    Severity Rule Message Line Col
    #A12739 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A12740 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/packageobjectfactory/bar/FooCheck.java

    Severity Rule Message Line Col
    #A12741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6
    #A12742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6 5
    #A12743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A12744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5
    #A12745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 16
    #A12746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 16 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/packageobjectfactory/foo/FooCheck.java

    Severity Rule Message Line Col
    #A12747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6
    #A12748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 6 5
    #A12749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11
    #A12750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 11 5
    #A12751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 16
    #A12752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 16 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnClass.java

    Severity Rule Message Line Col
    #A12753 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 20
    #A12754 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 20 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnConstructor.java

    Severity Rule Message Line Col
    #A12755 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 22
    #A12756 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 22 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnEnum.java

    Severity Rule Message Line Col
    #A12757 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18
    #A12758 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnField.java

    Severity Rule Message Line Col
    #A12759 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 17
    #A12760 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnInterface.java

    Severity Rule Message Line Col
    #A12761 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18
    #A12762 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 18 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnMethod.java

    Severity Rule Message Line Col
    #A12763 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 21
    #A12764 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 21 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/checkutil/InputCheckUtilTest.java

    Severity Rule Message Line Col
    #A12765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18
    #A12766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 18 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/xpath/xpathmapper/InputXpathMapperAnnotation.java

    Severity Rule Message Line Col
    #A12767 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 3
    #A12768 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 3 1
    #A12769 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6
    #A12770 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 6 5
    #A12771 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11
    #A12772 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 11 5